Skip to content

Commit

Permalink
Port to qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrewillenbrockdfki committed May 20, 2022
1 parent 006a113 commit 2bb9917
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ if(COVERAGE)
endif()

rock_init()
rock_find_qt4()
rock_find_qt5(Core Gui Xml Widgets PrintSupport Svg)
rock_standard_layout()
11 changes: 7 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
find_package(Boost REQUIRED system filesystem serialization program_options)
# For adding the qt4 resources

# For adding the qt5 resources
set(CMAKE_AUTORCC ON)
rock_library(templ_core
SOURCES
Expand Down Expand Up @@ -370,9 +371,11 @@ rock_library(templ_gui
gui/widgets/TemporalConstraintQuantitative.hpp
DEPS
templ
DEPS_PKGCONFIG
QtGui
QtXml
Qt5::Gui
Qt5::Widgets
Qt5::Xml
Qt5::PrintSupport
Qt5::Svg
UI
gui/TemplGui.ui
gui/dialogs/AddLocation.ui
Expand Down

0 comments on commit 2bb9917

Please sign in to comment.