diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:40:36 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-16 05:40:36 (GMT) |
commit | 8e71476a262bc3dedaecba29235d19cbe24fa17a (patch) | |
tree | 47d113938d97f3a56d2f701c655403ab3664e430 /tests/auto/declarative/qdeclarativeview/qdeclarativeview.pro | |
parent | daa12d2d6658924aae22cfbb93cfbc77240f26ba (diff) | |
parent | 34a1a6b5d6399e7bcad136fdaa9a050a0f8bb2dc (diff) | |
download | Qt-8e71476a262bc3dedaecba29235d19cbe24fa17a.zip Qt-8e71476a262bc3dedaecba29235d19cbe24fa17a.tar.gz Qt-8e71476a262bc3dedaecba29235d19cbe24fa17a.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativeview/qdeclarativeview.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativeview/qdeclarativeview.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeview/qdeclarativeview.pro b/tests/auto/declarative/qdeclarativeview/qdeclarativeview.pro new file mode 100644 index 0000000..d6be728 --- /dev/null +++ b/tests/auto/declarative/qdeclarativeview/qdeclarativeview.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative gui +macx:CONFIG -= app_bundle + +SOURCES += tst_qdeclarativeview.cpp + +DEFINES += SRCDIR=\\\"$$PWD\\\" |