aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/.prev_CMakeLists.txt')
-rw-r--r--tests/.prev_CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
index c134c8d454..221413713e 100644
--- a/tests/.prev_CMakeLists.txt
+++ b/tests/.prev_CMakeLists.txt
@@ -1,6 +1,7 @@
# Generated from tests.pro.
-add_subdirectory(auto)
-if(QT_CONFIG___contains___release)
- add_subdirectory(benchmarks)
+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()