1load(qttest_p4)
2contains(QT_CONFIG,declarative): QT += declarative
3macx:CONFIG -= app_bundle
4
5SOURCES += tst_qdeclarativedom.cpp
6
7wince*|symbian: {
8    importFiles.files = data
9    importFiles.path = .
10    DEPLOYMENT += importFiles
11    wince*: DEFINES += SRCDIR=\\\".\\\"
12} else {
13    DEFINES += SRCDIR=\\\"$$PWD\\\"
14}
15
16CONFIG += parallel_test
17
18