summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-08-13 17:51:59 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-08-13 17:51:59 (GMT)
commit48de4b1b7b8ec0980e28e1d1642132c553001859 (patch)
treeab2c7804eddc046f5dfb37d280cc3c4f8b872e44 /tests
parentbd714736bdc43175e202bc3809e6f7a614736f87 (diff)
downloadQt-48de4b1b7b8ec0980e28e1d1642132c553001859.zip
Qt-48de4b1b7b8ec0980e28e1d1642132c553001859.tar.gz
Qt-48de4b1b7b8ec0980e28e1d1642132c553001859.tar.bz2
Compile fix.
tst_qobject deleteQObjectWhenDeletingEvent needs QtGui.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qobject/tst_qobject.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qobject/tst_qobject.pro b/tests/auto/qobject/tst_qobject.pro
index 9b2fec1..0500ea2 100644
--- a/tests/auto/qobject/tst_qobject.pro
+++ b/tests/auto/qobject/tst_qobject.pro
@@ -1,7 +1,7 @@
load(qttest_p4)
SOURCES += tst_qobject.cpp
-QT = core network
+QT = core network gui
contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT
wince*: {