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, 8 insertions, 0 deletions
diff --git a/tests/auto/qmake/qmake.pro b/tests/auto/qmake/qmake.pro
new file mode 100644
index 0000000000..d0faa872b8
--- /dev/null
+++ b/tests/auto/qmake/qmake.pro
@@ -0,0 +1,8 @@
+load(qttest_p4)
+HEADERS += testcompiler.h
+SOURCES += tst_qmake.cpp testcompiler.cpp
+QT -= gui
+
+cross_compile: DEFINES += QMAKE_CROSS_COMPILED
+
+