summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-27 19:10:09 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-02-28 11:23:41 +0100
commitb0434bf806532195af125e137eae7df9e3ce3742 (patch)
treedd14181dcf2507307931e5a17990be04261158cd
parent4da0ea3b84c7a1cdbbae2d8ccccfa05686529de9 (diff)
downloadqtapplicationmanager-b0434bf806532195af125e137eae7df9e3ce3742.tar.gz
Fix intents example deployment
Change-Id: Ie464c7911a44c1a02c4c2942e40cbee0a2797c42 Pick-to: 6.5 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-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
)