File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ find_package(Qt${QT_MAJOR_VERSION} REQUIRED COMPONENTS Widgets Svg Qml Quick Qui
66find_package (KF6Archive REQUIRED)
77find_package (KF6GuiAddons)
88
9- #NMC customization: needed to find the ui file in a different location than the header file
10- set (CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_SOURCE_DIR} /src/gui" )
11-
129if (CMAKE_BUILD_TYPE MATCHES Debug)
1310 add_definitions (-DQT_QML_DEBUG)
1411endif ()
@@ -26,6 +23,9 @@ endif()
2623configure_file (${CMAKE_SOURCE_DIR} /theme.qrc.in ${CMAKE_SOURCE_DIR} /theme.qrc)
2724set (theme_dir ${CMAKE_SOURCE_DIR} /theme)
2825
26+ #NMC customization: needed to find the ui file in a different location than the header file
27+ set (CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_SOURCE_DIR} /src/gui" )
28+
2929set (client_UI_SRCS
3030 accountsettings.ui
3131 conflictdialog.ui
You can’t perform that action at this time.
0 commit comments