diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-12-23 03:17:20 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-12-23 03:18:28 (GMT) |
commit | 34630042ded25177b49f8e54b41269db1be42935 (patch) | |
tree | dc5f89680d5f509188ce8ef0c5c83fe6cd92eabc /tests/auto | |
parent | 1699e8240b8073241f1aaddc12ded6065ef520b9 (diff) | |
download | Qt-34630042ded25177b49f8e54b41269db1be42935.zip Qt-34630042ded25177b49f8e54b41269db1be42935.tar.gz Qt-34630042ded25177b49f8e54b41269db1be42935.tar.bz2 |
Try fixing build error on Windows
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro | 2 |
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 |