summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication/test')
-rw-r--r--tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt4
-rw-r--r--tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt
index 7f92e1cee8..114b8a286b 100644
--- a/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt
@@ -9,7 +9,7 @@ list(APPEND test_data "../test/test.pro")
list(APPEND test_data "../tmp/README")
list(APPEND test_data "../modal")
-add_qt_test(test
+qt_add_test(test
SOURCES
../tst_qapplication.cpp
PUBLIC_LIBRARIES
@@ -24,7 +24,7 @@ add_qt_test(test
## Scopes:
#####################################################################
-extend_target(test CONDITION builtin_testdata
+qt_extend_target(test CONDITION builtin_testdata
DEFINES
BUILTIN_TESTDATA
)
diff --git a/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt
index 304480f509..f30b05d2d3 100644
--- a/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt
@@ -9,7 +9,7 @@ list(APPEND test_data "../test/test.pro")
list(APPEND test_data "../tmp/README")
list(APPEND test_data "../modal")
-add_qt_test(tst_qapplication # special case
+qt_add_test(tst_qapplication # special case
SOURCES
../tst_qapplication.cpp
PUBLIC_LIBRARIES
@@ -25,7 +25,7 @@ add_qt_test(tst_qapplication # special case
## Scopes:
#####################################################################
-extend_target(tst_qapplication CONDITION builtin_testdata # special case
+qt_extend_target(tst_qapplication CONDITION builtin_testdata # special case
DEFINES
BUILTIN_TESTDATA
)