summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/qmake.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/qmake.pro')
-rw-r--r--tests/auto/qmake/qmake.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/qmake/qmake.pro b/tests/auto/qmake/qmake.pro
deleted file mode 100644
index d0faa872b8..0000000000
--- a/tests/auto/qmake/qmake.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-load(qttest_p4)
-HEADERS += testcompiler.h
-SOURCES += tst_qmake.cpp testcompiler.cpp
-QT -= gui
-
-cross_compile: DEFINES += QMAKE_CROSS_COMPILED
-
-