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