diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 629a9866..9aa6516c 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -74,7 +74,7 @@ add_custom_target(NosonAppbackend-qmldir ALL ) # Install plugin file -MESSAGE(STATUS "PlugIns install path: ${PLUGINS_DIR}") -install(TARGETS NosonAppbackend DESTINATION ${PLUGINS_DIR}/NosonApp/) -install(FILES modules/NosonApp/qmldir DESTINATION ${PLUGINS_DIR}/NosonApp/) +MESSAGE(STATUS "PlugIns install path: ${QT_IMPORTS_DIR}") +install(TARGETS NosonAppbackend DESTINATION ${QT_IMPORTS_DIR}/NosonApp/) +install(FILES modules/NosonApp/qmldir DESTINATION ${QT_IMPORTS_DIR}/NosonApp/)