summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/qmake.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/qmake.pro')
-rw-r--r--tests/auto/tools/qmake/qmake.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/tools/qmake/qmake.pro b/tests/auto/tools/qmake/qmake.pro
deleted file mode 100644
index adb73b5e55..0000000000
--- a/tests/auto/tools/qmake/qmake.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += testcase
-# Allow more time since examples are compiled, which may take longer on Windows.
-win32:testcase.timeout=900
-TARGET = tst_qmake
-HEADERS += testcompiler.h
-SOURCES += tst_qmake.cpp testcompiler.cpp
-QT = core testlib
-TESTDATA += testdata/*