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

Enable qt4-qt5 setup #7

Merged
merged 14 commits into from
Jul 25, 2024
Merged

Enable qt4-qt5 setup #7

merged 14 commits into from
Jul 25, 2024

Conversation

2maz
Copy link
Member

@2maz 2maz commented Jul 24, 2024

  • merges split layout for qt4-qt5 support
  • enable ci (for feature/qt5 setup)

Revised naming schema of the libraries:

  • graph_analysis (core without gui)
  • graph_analysis-qtX (core with qtX)
  • graph_analysi-gui-qtX (ui with qtX)

@@ -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)
Copy link
Contributor

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.

Copy link
Contributor

@pierrewillenbrockdfki pierrewillenbrockdfki left a 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.

@2maz 2maz merged commit b56e73c into master Jul 25, 2024
2 checks passed
@2maz
Copy link
Member Author

2maz commented Jul 25, 2024

@pierrewillenbrockdfki thx for checking and all your qt work

@2maz 2maz deleted the update_ci branch July 25, 2024 08:51
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

Successfully merging this pull request may close these issues.

2 participants