diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-18 03:10:33 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-18 03:10:33 (GMT) |
commit | 300a259e13906e8dde204e3f33dab88ea80f8302 (patch) | |
tree | 5e77c5fd49e0ced7476c60ef3b5127342a48b64b /tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro | |
parent | e6dcb15ca670ac9a01ac7c4c96a7de2959f98498 (diff) | |
download | Qt-300a259e13906e8dde204e3f33dab88ea80f8302.zip Qt-300a259e13906e8dde204e3f33dab88ea80f8302.tar.gz Qt-300a259e13906e8dde204e3f33dab88ea80f8302.tar.bz2 |
Test Qt.labs.folderlistmodel plugin
Diffstat (limited to 'tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro b/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro new file mode 100644 index 0000000..487d0e1 --- /dev/null +++ b/tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro @@ -0,0 +1,17 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += declarative +macx:CONFIG -= app_bundle + +SOURCES += tst_qdeclarativefolderlistmodel.cpp + +# Define SRCDIR equal to test's source directory +symbian: { + DEFINES += SRCDIR=\".\" + importFiles.sources = data + importFiles.path = + DEPLOYMENT = importFiles +} else { + DEFINES += SRCDIR=\\\"$$PWD\\\" +} + +CONFIG += parallel_test |