summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/benchliboptions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/benchliboptions')
-rw-r--r--tests/auto/testlib/selftests/benchliboptions/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/benchliboptions/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/benchliboptions/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/benchliboptions/.prev_CMakeLists.txt
index 73c72a5621..22ad02f2d8 100644
--- a/tests/auto/testlib/selftests/benchliboptions/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/benchliboptions/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## benchliboptions Binary:
#####################################################################
-qt_add_executable(benchliboptions
+qt_internal_add_executable(benchliboptions
SOURCES
tst_benchliboptions.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/testlib/selftests/benchliboptions/CMakeLists.txt b/tests/auto/testlib/selftests/benchliboptions/CMakeLists.txt
index fdb8218406..94ee9dd501 100644
--- a/tests/auto/testlib/selftests/benchliboptions/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/benchliboptions/CMakeLists.txt
@@ -4,7 +4,7 @@
## benchliboptions Binary:
#####################################################################
-qt_add_executable(benchliboptions
+qt_internal_add_executable(benchliboptions
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
@@ -17,5 +17,5 @@ qt_add_executable(benchliboptions
#####################################################################
# special case begin
-qt_apply_testlib_coverage_options(tst_selftests)
+qt_internal_apply_testlib_coverage_options(tst_selftests)
# special case end