diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-16 16:19:49 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-16 16:19:49 +0100 |
| commit | fa095de6cc8ec5a5b5c14091f2b3179ad7071876 (patch) | |
| tree | aa094011263a83a4c91eb8722c2095344656c838 /demo/CMakeLists.txt | |
| parent | 7830f0ae98d742467b948ed93c85e122be38fb83 (diff) | |
| download | QtXpl2-fa095de6cc8ec5a5b5c14091f2b3179ad7071876.tar.gz QtXpl2-fa095de6cc8ec5a5b5c14091f2b3179ad7071876.zip | |
EV_ events with Q_GADGET status types, mock periodic emission, tabbed demo UI
Diffstat (limited to 'demo/CMakeLists.txt')
| -rw-r--r-- | demo/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index bdee67f..aa8fd49 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -8,6 +8,9 @@ qt_add_qml_module( 1.0 QML_FILES Main.qml + CommandsPage.qml + StatusPage.qml + DebugConsole.qml # IMPORT_PATH sets QT_QML_IMPORT_PATH on the target, which qmlls reads to # resolve imports like "import Xpl2" in .qmlls.ini. IMPORT_PATH |
