summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/applicationmanager/intents/CMakeLists.txt2
-rw-r--r--examples/applicationmanager/intents/intents.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/applicationmanager/intents/CMakeLists.txt b/examples/applicationmanager/intents/CMakeLists.txt
index 78a6124e..218de802 100644
--- a/examples/applicationmanager/intents/CMakeLists.txt
+++ b/examples/applicationmanager/intents/CMakeLists.txt
@@ -21,5 +21,5 @@ find_package(Qt6 COMPONENTS AppManMainPrivate)
qt6_am_add_systemui_wrapper(intents
MAIN_QML_FILE system-ui.qml
EXTRA_FILES apps shared
- EXTRA_ARGS --builtin-apps-manifest-dir apps
+ EXTRA_ARGS --builtin-apps-manifest-dir apps -o \"ui: { style: Material }\"
)
diff --git a/examples/applicationmanager/intents/intents.pro b/examples/applicationmanager/intents/intents.pro
index eaa0e964..af1c0238 100644
--- a/examples/applicationmanager/intents/intents.pro
+++ b/examples/applicationmanager/intents/intents.pro
@@ -25,7 +25,7 @@ AM_COPY_FILES += system-ui.qml
prefix_build:tpath = $$target.path
else:tpath = $$_PRO_FILE_PWD_
-AM_DEFAULT_ARGS = --builtin-apps-manifest-dir $$tpath/apps -o \"ui: { style: material }\" $$tpath/system-ui.qml
+AM_DEFAULT_ARGS = --builtin-apps-manifest-dir $$tpath/apps -o \"ui: { style: Material }\" $$tpath/system-ui.qml
example_sources.path = $$target.path
example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES