diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-05-10 22:19:00 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-05-10 22:19:00 (GMT) |
commit | 35bc65ecf89ccc14f2e949f2d2881e899f7c4165 (patch) | |
tree | c206594911961655608803ceda0816e45b4a32c2 /tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro | |
parent | da8d6c23ceaeb1f266c9c499e98c9fedb1d1e20d (diff) | |
parent | 5280485f2b614c7b0417e37f91b959b689835b42 (diff) | |
download | Qt-35bc65ecf89ccc14f2e949f2d2881e899f7c4165.zip Qt-35bc65ecf89ccc14f2e949f2d2881e899f7c4165.tar.gz Qt-35bc65ecf89ccc14f2e949f2d2881e899f7c4165.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro b/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro new file mode 100644 index 0000000..dc10f5b --- /dev/null +++ b/tests/auto/declarative/qdeclarativeviewer/qdeclarativeviewer.pro @@ -0,0 +1,11 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative gui +macx:CONFIG -= app_bundle + +include(../../../../tools/qml/qml.pri) + +SOURCES += tst_qdeclarativeviewer.cpp + +DEFINES += SRCDIR=\\\"$$PWD\\\" + +CONFIG += parallel_test |