summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro')
-rw-r--r--tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro b/tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro
deleted file mode 100644
index 5473ec32c3..0000000000
--- a/tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-SOURCES += tst_exceptionthrow.cpp
-QT = core testlib
-
-mac:CONFIG -= app_bundle
-CONFIG -= debug_and_release_target
-CONFIG += exceptions
-
-TARGET = exceptionthrow
-
-include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)