summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/datetime
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-07-07 18:01:06 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-07-09 09:38:35 +0200
commite9a328bc0e56b429a370b13c8e0b4790916cebde (patch)
tree059f3b089a8557cb4c45e3dc059b58e020e34dcb /tests/auto/testlib/selftests/datetime
parent5417f1e40cb647c05bffad21493feacac45f193e (diff)
CMake: Regenerate tests with new qt_ prefixed APIs
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/datetime')
-rw-r--r--tests/auto/testlib/selftests/datetime/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/datetime/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/datetime/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/datetime/.prev_CMakeLists.txt
index 8f0bca0d89..eb0040c218 100644
--- a/tests/auto/testlib/selftests/datetime/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/datetime/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## datetime Binary:
#####################################################################
-add_qt_executable(datetime
+qt_add_executable(datetime
SOURCES
tst_datetime.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/testlib/selftests/datetime/CMakeLists.txt b/tests/auto/testlib/selftests/datetime/CMakeLists.txt
index eb46c3e3c6..ade9978801 100644
--- a/tests/auto/testlib/selftests/datetime/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/datetime/CMakeLists.txt
@@ -4,7 +4,7 @@
## datetime Binary:
#####################################################################
-add_qt_executable(datetime
+qt_add_executable(datetime
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES