-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make build.rs play nice with OSX + homebrew.
Since QT5 and QT4 supply many of the same libs and QT4 is much more widely used (according to the Formula's keg_only declaration) homebrew doesn't link QT5 by default. To work around this we need to nudge pkg-config and cmake in the right direction for them to find QT5. Fixes #25
- Loading branch information
1 parent
cda66b5
commit e550be0
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters