summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-27 19:10:09 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-28 11:15:16 +0000
commitb1fd2ee4371eb300bcd717bfde5f5a38fc6bbb63 (patch)
tree7a48c4a0bde629212ef8076cfe0db7651c8bd14f
parentc4eca873f3021cce82cecd2627fc0cd9b5ca8571 (diff)
downloadqtapplicationmanager-b1fd2ee4371eb300bcd717bfde5f5a38fc6bbb63.tar.gz
Fix intents example deployment
Change-Id: Ie464c7911a44c1a02c4c2942e40cbee0a2797c42 Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit b0434bf806532195af125e137eae7df9e3ce3742) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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
)