summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/skip')
-rw-r--r--tests/auto/testlib/selftests/skip/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/skip/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/skip/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/skip/.prev_CMakeLists.txt
index 74d7e19cf3..c93194854a 100644
--- a/tests/auto/testlib/selftests/skip/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/skip/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## skip Binary:
#####################################################################
-qt_add_executable(skip
+qt_internal_add_executable(skip
SOURCES
tst_skip.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/testlib/selftests/skip/CMakeLists.txt b/tests/auto/testlib/selftests/skip/CMakeLists.txt
index 5b7e35e4ce..2841dcbd9a 100644
--- a/tests/auto/testlib/selftests/skip/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/skip/CMakeLists.txt
@@ -4,7 +4,7 @@
## skip Binary:
#####################################################################
-qt_add_executable(skip
+qt_internal_add_executable(skip
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
@@ -17,5 +17,5 @@ qt_add_executable(skip
#####################################################################
# special case begin
-qt_apply_testlib_coverage_options(skip)
+qt_internal_apply_testlib_coverage_options(skip)
# special case end