summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/exceptionthrow
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/exceptionthrow')
-rw-r--r--tests/auto/testlib/selftests/exceptionthrow/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/exceptionthrow/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/exceptionthrow/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/exceptionthrow/.prev_CMakeLists.txt
index db2c576930..0b9037d20b 100644
--- a/tests/auto/testlib/selftests/exceptionthrow/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/exceptionthrow/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## exceptionthrow Binary:
#####################################################################
-qt_add_executable(exceptionthrow
+qt_internal_add_executable(exceptionthrow
EXCEPTIONS
SOURCES
tst_exceptionthrow.cpp
diff --git a/tests/auto/testlib/selftests/exceptionthrow/CMakeLists.txt b/tests/auto/testlib/selftests/exceptionthrow/CMakeLists.txt
index 33ecfe585c..ba793db66c 100644
--- a/tests/auto/testlib/selftests/exceptionthrow/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/exceptionthrow/CMakeLists.txt
@@ -4,7 +4,7 @@
## exceptionthrow Binary:
#####################################################################
-qt_add_executable(exceptionthrow
+qt_internal_add_executable(exceptionthrow
EXCEPTIONS
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
@@ -18,5 +18,5 @@ qt_add_executable(exceptionthrow
#####################################################################
# special case begin
-qt_apply_testlib_coverage_options(exceptionthrow)
+qt_internal_apply_testlib_coverage_options(exceptionthrow)
# special case end