We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e53623 commit d5a9fe6Copy full SHA for d5a9fe6
src/app/CMakeLists.txt
@@ -8,6 +8,7 @@ qt_add_executable(${APP_TARGET}
8
appmenubar.h
9
libraryinfo.cpp
10
libraryinfo.h
11
+ MANUAL_FINALIZATION
12
)
13
14
set_source_files_properties(qml/Colors.qml PROPERTIES QT_QML_SINGLETON_TYPE TRUE)
@@ -23,6 +24,8 @@ qt_add_qml_module(${APP_TARGET}
23
24
qml/dialogs/PreferencesDialog.qml
25
26
27
+qt_finalize_executable(${APP_TARGET})
28
+
29
set(QML_IMPORT_PATH "${QML_IMPORT_PATH};${CMAKE_CURRENT_LIST_DIR}"
30
CACHE STRING "Qt Creator extra QML import paths"
31
FORCE
0 commit comments