summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skipinitdata
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/skipinitdata')
-rw-r--r--tests/auto/testlib/selftests/skipinitdata/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/skipinitdata/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/skipinitdata/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/skipinitdata/.prev_CMakeLists.txt
index 7f7773c87c..b369f2f8c0 100644
--- a/tests/auto/testlib/selftests/skipinitdata/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/skipinitdata/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## skipinitdata Binary:
#####################################################################
-add_qt_executable(skipinitdata
+qt_add_executable(skipinitdata
SOURCES
tst_skipinitdata.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/testlib/selftests/skipinitdata/CMakeLists.txt b/tests/auto/testlib/selftests/skipinitdata/CMakeLists.txt
index 7f5472fb3e..fb1d77ba12 100644
--- a/tests/auto/testlib/selftests/skipinitdata/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/skipinitdata/CMakeLists.txt
@@ -4,7 +4,7 @@
## skipinitdata Binary:
#####################################################################
-add_qt_executable(skipinitdata
+qt_add_executable(skipinitdata
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES