diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-05-24 02:36:39 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-05-24 02:37:37 (GMT) |
commit | 0fb9856548bdf08c0f51536eaf994af189e62f8d (patch) | |
tree | aed16ece14381a72450aebf36c47e4cbbbb07467 /tests/auto/declarative/qdeclarativexmllistmodel | |
parent | b933f40a39a000ee79e80564b529a3b72365cfae (diff) | |
download | Qt-0fb9856548bdf08c0f51536eaf994af189e62f8d.zip Qt-0fb9856548bdf08c0f51536eaf994af189e62f8d.tar.gz Qt-0fb9856548bdf08c0f51536eaf994af189e62f8d.tar.bz2 |
Make compile: include script module for test
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmllistmodel')
-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 1bf1c58..7c006f1 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 gui +contains(QT_CONFIG,declarative): QT += declarative script gui contains(QT_CONFIG,xmlpatterns) { QT += xmlpatterns DEFINES += QTEST_XMLPATTERNS |