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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qmake/qmake.pro b/tests/auto/qmake/qmake.pro
index d0faa87..e78da4c 100644
--- a/tests/auto/qmake/qmake.pro
+++ b/tests/auto/qmake/qmake.pro
@@ -1,7 +1,8 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qmake
HEADERS += testcompiler.h
SOURCES += tst_qmake.cpp testcompiler.cpp
-QT -= gui
+QT = core testlib
cross_compile: DEFINES += QMAKE_CROSS_COMPILED