-
Notifications
You must be signed in to change notification settings - Fork 346
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
fix qt4 conflict with boost #795
base: production
Are you sure you want to change the base?
Conversation
@lianghongzhuo |
@lianghongzhuo actually I recommend you to resubmit pull request only using qt4 guy (here 67aa72d) |
@cielavenir Sorry, I didn't know you already submit your commits.
|
@lianghongzhuo sorry if I misunderstand what you mean, but please force-push 67aa72d on the branch-point of your branch, removing other commits |
OK |
I think it looks better now. :) |
@@ -28,7 +28,12 @@ if (QT_FOUND AND QT_QTCORE_FOUND AND QT_QTGUI_FOUND AND SOQT_LIBRARY_FOUND AND C | |||
qt4_wrap_cpp(MOC_OUTPUT_FILES ${QTCOIN_MOCS}) | |||
|
|||
check_include_file(X11/Xlib.h HAVE_X11_XLIB_H) | |||
|
|||
if (Boost_MINOR_VERSION LESS 65) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure you don't have to test Boost MAJOR version here to be 1? For example, in the future Boost 2 might come out, then all this code will be invalid.
thanks
This pull request contains two prats: some fix from @cielavenir and qt4 conflict with boost
For the qt4 and boost conflict, you can see here as a reference.
LARG/HFO#79 (comment)