summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-12-23 03:17:20 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-12-23 03:18:28 (GMT)
commit34630042ded25177b49f8e54b41269db1be42935 (patch)
treedc5f89680d5f509188ce8ef0c5c83fe6cd92eabc /tests
parent1699e8240b8073241f1aaddc12ded6065ef520b9 (diff)
downloadQt-34630042ded25177b49f8e54b41269db1be42935.zip
Qt-34630042ded25177b49f8e54b41269db1be42935.tar.gz
Qt-34630042ded25177b49f8e54b41269db1be42935.tar.bz2
Try fixing build error on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro b/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro
index 472cffb..efcea12 100644
--- a/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro
+++ b/tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative script gui
+contains(QT_CONFIG,declarative): QT += declarative script gui network
contains(QT_CONFIG,xmlpatterns) {
QT += xmlpatterns
DEFINES += QTEST_XMLPATTERNS