aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-10-11 13:35:34 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-11 11:46:35 +0000
commit9518c8c272097f9d8e5be087a1ee9ec32344bb55 (patch)
tree1ef7ddef75add6b5d150cddd52aafed3da0ae70d /tests/.prev_CMakeLists.txt
parent2ff108391a569538a438139f257a6f932de8333c (diff)
Add special cases
Change-Id: Ic0ce39160a4c982825180fc95074a679b2df9600 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/.prev_CMakeLists.txt')
-rw-r--r--tests/.prev_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
new file mode 100644
index 00000000..a639d2f1
--- /dev/null
+++ b/tests/.prev_CMakeLists.txt
@@ -0,0 +1,11 @@
+# Generated from tests.pro.
+
+if(NOT TARGET Qt::Test)
+ cmake_minimum_required(VERSION 3.15.0)
+ project(QtQuickControls2Tests VERSION 6.0.0 LANGUAGES C CXX)
+ find_package(Qt6 ${PROJECT_VERSION} REQUIRED COMPONENTS BuildInternals Core SET_ME_TO_SOMETHING_USEFUL)
+ find_package(Qt6 ${PROJECT_VERSION} OPTIONAL_COMPONENTS SET_ME_TO_SOMETHING_USEFUL)
+ qt_set_up_standalone_tests_build()
+endif()
+qt_build_tests()
+