summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/selftest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/selftest.pro')
-rw-r--r--tests/auto/testlib/selftests/selftest.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/auto/testlib/selftests/selftest.pro b/tests/auto/testlib/selftests/selftest.pro
deleted file mode 100644
index 4cb3cf6798..0000000000
--- a/tests/auto/testlib/selftests/selftest.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-CONFIG += testcase catch
-SOURCES += tst_selftests.cpp catch.cpp
-QT = core testlib-private
-
-TARGET = tst_selftests
-
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../debug/tst_selftests
-} else {
- TARGET = ../release/tst_selftests
- }
-}
-
-expected_files.files = $$files($$PWD/expected_*)
-expected_files.base = $$PWD
-RESOURCES += expected_files
-
-include(selftests.pri)
-DEFINES += SUBPROGRAMS=$$shell_quote($$SUBPROGRAMS)
-!android: for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "$${file}/$${file}"
-
-include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)