Skip to content

Commit d5a9fe6

Browse files
committed
1 parent 6e53623 commit d5a9fe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ qt_add_executable(${APP_TARGET}
88
appmenubar.h
99
libraryinfo.cpp
1010
libraryinfo.h
11+
MANUAL_FINALIZATION
1112
)
1213

1314
set_source_files_properties(qml/Colors.qml PROPERTIES QT_QML_SINGLETON_TYPE TRUE)
@@ -23,6 +24,8 @@ qt_add_qml_module(${APP_TARGET}
2324
qml/dialogs/PreferencesDialog.qml
2425
)
2526

27+
qt_finalize_executable(${APP_TARGET})
28+
2629
set(QML_IMPORT_PATH "${QML_IMPORT_PATH};${CMAKE_CURRENT_LIST_DIR}"
2730
CACHE STRING "Qt Creator extra QML import paths"
2831
FORCE

0 commit comments

Comments
 (0)