summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/verbose2')
-rw-r--r--tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/verbose2/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt
index fcef3dc5ec..4704a90d34 100644
--- a/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verbose2/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## verbose2 Binary:
#####################################################################
-qt_add_executable(verbose2
+qt_internal_add_executable(verbose2
SOURCES
../counting/tst_counting.cpp
DEFINES
diff --git a/tests/auto/testlib/selftests/verbose2/CMakeLists.txt b/tests/auto/testlib/selftests/verbose2/CMakeLists.txt
index 99a821d452..63eae28728 100644
--- a/tests/auto/testlib/selftests/verbose2/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verbose2/CMakeLists.txt
@@ -4,7 +4,7 @@
## verbose2 Binary:
#####################################################################
-qt_add_executable(verbose2
+qt_internal_add_executable(verbose2
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
@@ -19,5 +19,5 @@ qt_add_executable(verbose2
#####################################################################
# special case begin
-qt_apply_testlib_coverage_options(verbose2)
+qt_internal_apply_testlib_coverage_options(verbose2)
# special case end