summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-02-25 11:48:16 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-06 00:31:54 +0100
commitc9725f02799a72950ad4f6b38cef57d492fc81bc (patch)
tree192faad999dec1a40aa888056dcfb3f6ff5dcafd /tests
parent7ad4f9db2700db57352fae98631bade347567ebd (diff)
downloadqtsvg-c9725f02799a72950ad4f6b38cef57d492fc81bc.tar.gz
CMake: Regenerate some of projects to be up-to-date
Change-Id: I7d490ab372a169de653f6be9702123ddd647c04c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/.prev_CMakeLists.txt7
-rw-r--r--tests/CMakeLists.txt8
2 files changed, 11 insertions, 4 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
new file mode 100644
index 0000000..2214137
--- /dev/null
+++ b/tests/.prev_CMakeLists.txt
@@ -0,0 +1,7 @@
+# Generated from tests.pro.
+
+if(QT_BUILD_STANDALONE_TESTS)
+ # Add qt_find_package calls for extra dependencies that need to be found when building
+ # the standalone tests here.
+endif()
+qt_build_tests()
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 67abeef..ce4dc49 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,8 +1,8 @@
-# special case begin
+# Generated from tests.pro.
+
if(QT_BUILD_STANDALONE_TESTS)
- qt_find_package(Qt6 REQUIRED COMPONENTS BuildInternals Core Test)
- qt_find_package(Qt6 COMPONENTS Svg Widgets Xml)
+ # Add qt_find_package calls for extra dependencies that need to be found when building
+ # the standalone tests here.
endif()
-# special case end
qt_build_tests()