summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macplist/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/macplist/test/test.pro')
-rw-r--r--tests/auto/other/macplist/test/test.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/other/macplist/test/test.pro b/tests/auto/other/macplist/test/test.pro
deleted file mode 100644
index 5018abeca9..0000000000
--- a/tests/auto/other/macplist/test/test.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-
-QT += testlib
-SOURCES += ../tst_macplist.cpp
-TARGET = ../tst_macplist
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_macplist
- } else {
- TARGET = ../../release/tst_macplist
- }
-}