summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/applicationmanager/intents/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/applicationmanager/intents/CMakeLists.txt b/examples/applicationmanager/intents/CMakeLists.txt
index b7ce5dc7..c1d3e221 100644
--- a/examples/applicationmanager/intents/CMakeLists.txt
+++ b/examples/applicationmanager/intents/CMakeLists.txt
@@ -20,6 +20,7 @@ find_package(Qt6 COMPONENTS AppManMainPrivate)
qt6_am_add_systemui_wrapper(intents
INSTALL_DIR "${INSTALL_EXAMPLEDIR}"
+ MAIN_QML_FILE system-ui.qml
CONFIG_YAML am-config.yaml
EXTRA_FILES apps shared
)