From 600302b347eea8d95b2483b52606e163cb07a7c4 Mon Sep 17 00:00:00 2001 From: janbar Date: Sun, 14 Jan 2018 02:28:37 +0100 Subject: [PATCH] fix qt qml import path --- backend/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/)