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.txt8
-rw-r--r--tests/auto/testlib/selftests/verifyexceptionthrown/CMakeLists.txt7
2 files changed, 1 insertions, 14 deletions
diff --git a/tests/auto/testlib/selftests/verifyexceptionthrown/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/verifyexceptionthrown/.prev_CMakeLists.txt
index fb28197adc..f4e20fcfc6 100644
--- a/tests/auto/testlib/selftests/verifyexceptionthrown/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verifyexceptionthrown/.prev_CMakeLists.txt
@@ -5,18 +5,12 @@
#####################################################################
add_qt_executable(verifyexceptionthrown
- GUI
+ EXCEPTIONS
SOURCES
tst_verifyexceptionthrown.cpp
PUBLIC_LIBRARIES
Qt::Test
)
-#### Keys ignored in scope 1:.:.:verifyexceptionthrown.pro:<TRUE>:
-# CONFIG = "-debug_and_release_target" "exceptions"
-
## Scopes:
#####################################################################
-
-#### Keys ignored in scope 2:.:.:verifyexceptionthrown.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
diff --git a/tests/auto/testlib/selftests/verifyexceptionthrown/CMakeLists.txt b/tests/auto/testlib/selftests/verifyexceptionthrown/CMakeLists.txt
index 24dd224107..def296ed7b 100644
--- a/tests/auto/testlib/selftests/verifyexceptionthrown/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/verifyexceptionthrown/CMakeLists.txt
@@ -8,18 +8,11 @@ add_qt_executable(verifyexceptionthrown
EXCEPTIONS
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
- GUI
SOURCES
tst_verifyexceptionthrown.cpp
PUBLIC_LIBRARIES
Qt::Test
)
-#### Keys ignored in scope 1:.:.:verifyexceptionthrown.pro:<TRUE>:
-# CONFIG = "-debug_and_release_target" "exceptions"
-
## Scopes:
#####################################################################
-
-#### Keys ignored in scope 2:.:.:verifyexceptionthrown.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"