aboutsummaryrefslogtreecommitdiffstats
path: root/demo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demo/CMakeLists.txt')
-rw-r--r--demo/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt
index dd208e8..96dade8 100644
--- a/demo/CMakeLists.txt
+++ b/demo/CMakeLists.txt
@@ -8,6 +8,9 @@ qt_add_qml_module(
1.0
QML_FILES
Main.qml
+ CertTrustDialog.qml
+ ConnectionPage.qml
+ DebugConsole.qml
NodePage.qml
IMPORT_PATH
"${PROJECT_BINARY_DIR}/qml")