Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling with OSX - QT issue and solution #40

Closed
raziele opened this issue Oct 4, 2015 · 2 comments
Closed

Compiling with OSX - QT issue and solution #40

raziele opened this issue Oct 4, 2015 · 2 comments

Comments

@raziele
Copy link

raziele commented Oct 4, 2015

Apparently there is an issue when you try to compile under OSX.
Problem occurs when QT4 is installed and collides with QT5 while running Cmake.
I have been able to solve this issue simply by running:

CMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake cmake .. -DCMAKE_CXX_FLAGS:STRING=-I/usr/local/opt/qt5/include ..

I recommend adding this to readme.md.

@raziele raziele closed this as completed Oct 4, 2015
@raziele raziele reopened this Oct 4, 2015
@pavel-i-am
Copy link

I've wasted quite some time trying to find a workaround for this... And your solution actually works, thank you a lot!. GQRX and USRP b200 mini also compile well with this fix.

@miek
Copy link
Owner

miek commented Sep 12, 2016

Fixed in #87

@miek miek closed this as completed Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants