aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/styles
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-02-25 09:50:23 +0100
committerMitch Curtis <mitch.curtis@qt.io>2021-02-25 11:14:11 +0100
commit31f73a9c6bd11f43d2155f367cc8cb9c2511515b (patch)
tree83718bf8dda9c1a172c5adf926747ee621ac454a /tests/manual/styles
parent1cedab5239887750e12222c888bba8bbdbda14c2 (diff)
Convert manual tests to CMake
Pick-to: 6.1 6.0 Change-Id: Ia974de4a852b70a9b9fdc79a819229393758c9d7 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/manual/styles')
-rw-r--r--tests/manual/styles/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/manual/styles/CMakeLists.txt b/tests/manual/styles/CMakeLists.txt
new file mode 100644
index 00000000..b900da1b
--- /dev/null
+++ b/tests/manual/styles/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from styles.pro.
+
+#####################################################################
+## styles Binary:
+#####################################################################
+
+qt_internal_add_manual_test(styles
+ GUI
+ SOURCES
+ styles.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Quick
+ Qt::QuickControls2
+)
+
+# Resources:
+set(qmake_immediate_resource_files
+ "styles.qml"
+)
+
+qt_internal_add_resource(styles "qmake_immediate"
+ PREFIX
+ "/"
+ FILES
+ ${qmake_immediate_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:styles.pro:<TRUE>:
+# TEMPLATE = "app"