aboutsummaryrefslogtreecommitdiffstats
path: root/demo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demo/CMakeLists.txt')
-rw-r--r--demo/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt
index d2158cb..dd208e8 100644
--- a/demo/CMakeLists.txt
+++ b/demo/CMakeLists.txt
@@ -8,7 +8,9 @@ qt_add_qml_module(
1.0
QML_FILES
Main.qml
- NodePage.qml)
+ NodePage.qml
+ IMPORT_PATH
+ "${PROJECT_BINARY_DIR}/qml")
# Executable goes to bin/ to avoid clashing with the QML module directory
set_target_properties(BobinkDemo PROPERTIES RUNTIME_OUTPUT_DIRECTORY