-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable qt4-qt5 setup #7
Conversation
Qt5:: seems to be more compatible.
Archive is currently unavailable and switching to the osdep (liblemon-dev v1.3.1) seems to be the first choice now. However, lemon.pc requires further patching, since it requires linking of -lemon and not -llemon.
It is part of the qt5 dependency.
@@ -1,6 +1,9 @@ | |||
find_package(Boost REQUIRED filesystem system serialization) | |||
find_package(SCIP) | |||
|
|||
rock_find_qt4(OPTIONAL QtGui QtSvg) | |||
rock_find_qt5(OPTIONAL Gui Svg Widgets PrintSupport) |
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.
For Qt4, QtGui(and QtCore, QtOpenGL) and for Qt5, Gui, Widgets(and Core, OpenGL) are added to components by default. This does no harm, though.
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.
I cannot speak for the technical changes, but the build system and Qt changes look good to me.
@pierrewillenbrockdfki thx for checking and all your qt work |
Revised naming schema of the libraries: