aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 18:27:59 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:22:59 +0000
commit5e6bf7e22eb3734aa711e9dd885bc5c594f7db4c (patch)
treefac78a35d68786be46b61b0c8d961f76bb0d4ab4 /tests/benchmarks/creationtime
parent6f617349cf865ca3a7befc0dd472b7c2510fc431 (diff)
Regenerate projects to be in sync
Change-Id: I3a57449c9025e22414b8337fcffdeb0f4d769af2 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/benchmarks/creationtime')
-rw-r--r--tests/benchmarks/creationtime/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/benchmarks/creationtime/CMakeLists.txt b/tests/benchmarks/creationtime/CMakeLists.txt
index d1365266..312c3970 100644
--- a/tests/benchmarks/creationtime/CMakeLists.txt
+++ b/tests/benchmarks/creationtime/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_creationtime Test:
#####################################################################
-add_qt_test(tst_creationtime
+qt_add_test(tst_creationtime
SOURCES
../../auto/shared/qtest_quickcontrols.h
../../auto/shared/util.cpp ../../auto/shared/util.h
@@ -33,12 +33,12 @@ add_qt_test(tst_creationtime
## Scopes:
#####################################################################
-extend_target(tst_creationtime CONDITION ANDROID OR APPLE_IOS
+qt_extend_target(tst_creationtime CONDITION ANDROID OR APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
)
-extend_target(tst_creationtime CONDITION NOT ANDROID AND NOT APPLE_IOS
+qt_extend_target(tst_creationtime CONDITION NOT ANDROID AND NOT APPLE_IOS
DEFINES
QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
)