summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-08-25 21:21:12 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-08-25 21:22:28 (GMT)
commitb4fec275bb6a407c6e3cf56d19b9457b39c1a4c6 (patch)
tree1fa70d1779aa41030651361bc018061e824fbc75
parent49e80b397feb8da5ee64f8dbc905c47723afbf5d (diff)
downloadQt-b4fec275bb6a407c6e3cf56d19b9457b39c1a4c6.zip
Qt-b4fec275bb6a407c6e3cf56d19b9457b39c1a4c6.tar.gz
Qt-b4fec275bb6a407c6e3cf56d19b9457b39c1a4c6.tar.bz2
tst_qmake doesn't need QtGui
Reviewed-By: ossi
-rw-r--r--tests/auto/qmake/qmake.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qmake/qmake.pro b/tests/auto/qmake/qmake.pro
index 8cae6be..d0faa87 100644
--- a/tests/auto/qmake/qmake.pro
+++ b/tests/auto/qmake/qmake.pro
@@ -1,6 +1,7 @@
load(qttest_p4)
HEADERS += testcompiler.h
SOURCES += tst_qmake.cpp testcompiler.cpp
+QT -= gui
cross_compile: DEFINES += QMAKE_CROSS_COMPILED