summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tetrix/tetrix.pro
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-281-0/+2
* Demos and applications have a nice Qt logo when installed on SymbianEspen Riskedal2009-10-021-1/+1
* renamed examplebase.pri to symbianpkgrules.priEspen Riskedal2009-08-211-3/+4
* Long live Qt for S60!axis2009-04-241-0/+17
='sha1'>Qt-c2c367ebeb039c42cb4fec50b2b6495624837978.zip
Qt-c2c367ebeb039c42cb4fec50b2b6495624837978.tar.gz
Qt-c2c367ebeb039c42cb4fec50b2b6495624837978.tar.bz2
Add test for Qt 4.7 module
Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 6f35701275ab0cd80daec45b3407725b10571693)
Diffstat
-rw-r--r--tests/auto/declarative/declarative.pro3
-rw-r--r--tests/auto/declarative/moduleqt47/data/importqt47.qml80
-rw-r--r--tests/auto/declarative/moduleqt47/moduleqt47.pro16
-rw-r--r--tests/auto/declarative/moduleqt47/tst_moduleqt47.cpp79
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp6
5 files changed, 183 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 += \
diff --git a/tests/auto/declarative/moduleqt47/data/importqt47.qml b/tests/auto/declarative/moduleqt47/data/importqt47.qml
new file mode 100644