summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/selftests/test/test.pro')
-rw-r--r--tests/auto/selftests/test/test.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/selftests/test/test.pro b/tests/auto/selftests/test/test.pro
deleted file mode 100644
index f0e0f7593c..0000000000
--- a/tests/auto/selftests/test/test.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-load(qttest_p4)
-SOURCES += ../tst_selftests.cpp
-QT += core xml testlib-private
-
-TARGET = ../tst_selftests
-
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_selftests
-} else {
- TARGET = ../../release/tst_selftests
- }
-}
-
-RESOURCES += ../selftests.qrc
-
-