aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/fonts
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/fonts
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/fonts')
-rw-r--r--tests/manual/fonts/CMakeLists.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/manual/fonts/CMakeLists.txt b/tests/manual/fonts/CMakeLists.txt
new file mode 100644
index 00000000..b0670fe2
--- /dev/null
+++ b/tests/manual/fonts/CMakeLists.txt
@@ -0,0 +1,44 @@
+# Generated from fonts.pro.
+
+#####################################################################
+## fonts Binary:
+#####################################################################
+
+qt_internal_add_manual_test(fonts
+ GUI
+ SOURCES
+ main.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Qml
+ Qt::Quick
+)
+
+# Resources:
+set(qml_resource_files
+ "main.qml"
+)
+
+qt_internal_add_resource(fonts "qml"
+ PREFIX
+ "/"
+ FILES
+ ${qml_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:fonts.pro:<TRUE>:
+# QML_IMPORT_PATH = <EMPTY>
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+#### Keys ignored in scope 3:.:.:deployment.pri:UNIX AND NOT ANDROID:
+# INSTALLS = "target"
+
+#### Keys ignored in scope 5:.:.:deployment.pri:QNX:
+# target.path = "/tmp/$${TARGET}/bin"
+
+#### Keys ignored in scope 6:.:.:deployment.pri:else:
+# target.path = "/opt/$${TARGET}/bin"