diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-09-29 02:14:44 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-09-29 02:14:44 (GMT) |
commit | 6f35701275ab0cd80daec45b3407725b10571693 (patch) | |
tree | b80654000d570a218fc1f77a7c61bedfcb766ba1 /tests/auto/declarative/declarative.pro | |
parent | 49452ad6b22e080b1dfdfde38c21c48bb910a1ae (diff) | |
download | Qt-6f35701275ab0cd80daec45b3407725b10571693.zip Qt-6f35701275ab0cd80daec45b3407725b10571693.tar.gz Qt-6f35701275ab0cd80daec45b3407725b10571693.tar.bz2 |
Add test for Qt 4.7 module
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index a7fb3b8..f0fcfa9 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -69,7 +69,8 @@ SUBDIRS += \ qdeclarativexmlhttprequest \ qdeclarativexmllistmodel \ qmlvisual \ - qpacketprotocol + qpacketprotocol \ + moduleqt47 contains(QT_CONFIG, webkit) { SUBDIRS += \ |