summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-18 19:22:12 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-19 08:39:21 +0100
commitb789cfdd4fb7a833e426072393a4cb23328a1641 (patch)
tree459476f5c8399491b50b6f43e22f5ea3303e3cd2 /tests/manual
parent908e924b9eee862aa9e1cf1515562fc9104117d6 (diff)
Re-generate all CMake files
Change-Id: I40dd28da4ba47bd15471b471138900cd22b4e409 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/cppgen/CMakeLists.txt19
-rw-r--r--tests/manual/testCpp/CMakeLists.txt24
2 files changed, 43 insertions, 0 deletions
diff --git a/tests/manual/cppgen/CMakeLists.txt b/tests/manual/cppgen/CMakeLists.txt
new file mode 100644
index 0000000..8584067
--- /dev/null
+++ b/tests/manual/cppgen/CMakeLists.txt
@@ -0,0 +1,19 @@
+# Generated from cppgen.pro.
+
+#####################################################################
+## tst_cppgen Tool:
+#####################################################################
+
+qt_get_tool_target_name(target_name tst_cppgen)
+qt_add_tool(${target_name}
+ SOURCES
+ tst_cppgen.cpp
+ PUBLIC_LIBRARIES
+ Qt::Qml
+ Qt::Scxml
+ Qt::Test
+)
+
+#### Keys ignored in scope 1:.:.:cppgen.pro:<TRUE>:
+# TEMPLATE = "app"
+# _OPTION = "host_build"
diff --git a/tests/manual/testCpp/CMakeLists.txt b/tests/manual/testCpp/CMakeLists.txt
new file mode 100644
index 0000000..c7875c7
--- /dev/null
+++ b/tests/manual/testCpp/CMakeLists.txt
@@ -0,0 +1,24 @@
+# Generated from testCpp.pro.
+
+#####################################################################
+## testCpp Tool:
+#####################################################################
+
+qt_get_tool_target_name(target_name testCpp)
+qt_add_tool(${target_name}
+ SOURCES
+ testcpp.cpp
+ PUBLIC_LIBRARIES
+ Qt::Qml
+ Qt::Scxml
+)
+
+# Statecharts:
+add_qt_statecharts(testCpp FILES
+ out.scxml
+)
+
+#### Keys ignored in scope 1:.:.:testCpp.pro:<TRUE>:
+# OTHER_FILES = "genTestSxcml.py" "out.scxml"
+# TEMPLATE = "app"
+# _OPTION = "host_build"