aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <[email protected]>2024-09-09 13:12:47 +0800
committerMitch Curtis <[email protected]>2024-09-18 08:47:26 +0800
commita2f29f710a220476e4aa58a00772b827c95b9d59 (patch)
tree9d8af46c97e2dde579a0abda361a4638822ac2cc
parent8af8b9b945287664d0aea1d1c97d030cd79b8cd4 (diff)
testbench: default Material and Universal to System theme
This helps test out the runtime system theme switching. Pick-to: 6.8 Change-Id: I02a40f2625a1afce634c7676bd94a78a052dced0 Reviewed-by: Santhosh Kumar <[email protected]> Reviewed-by: Doris Verria <[email protected]>
-rw-r--r--tests/manual/quickcontrols/testbench/CMakeLists.txt1
-rw-r--r--tests/manual/quickcontrols/testbench/qtquickcontrols2.conf5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/quickcontrols/testbench/CMakeLists.txt b/tests/manual/quickcontrols/testbench/CMakeLists.txt
index 9cbf26f324..64d8aa734d 100644
--- a/tests/manual/quickcontrols/testbench/CMakeLists.txt
+++ b/tests/manual/quickcontrols/testbench/CMakeLists.txt
@@ -81,6 +81,7 @@ set(qml_resource_files
"controls/ToolBar.qml"
"controls/ToolTip.qml"
"controls/Tumbler.qml"
+ "qtquickcontrols2.conf"
"testbench.qml"
)
diff --git a/tests/manual/quickcontrols/testbench/qtquickcontrols2.conf b/tests/manual/quickcontrols/testbench/qtquickcontrols2.conf
new file mode 100644
index 0000000000..30baed9901
--- /dev/null
+++ b/tests/manual/quickcontrols/testbench/qtquickcontrols2.conf
@@ -0,0 +1,5 @@
+[Material]
+Theme=System
+
+[Universal]
+Theme=System