Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeanchors / qdeclarativeanchors.pro
1 load(qttest_p4)
2 contains(QT_CONFIG,declarative): QT += declarative
3 SOURCES += tst_qdeclarativeanchors.cpp
4 macx:CONFIG -= app_bundle
5
6 symbian: {
7     importFiles.files = data
8     importFiles.path = .
9     DEPLOYMENT += importFiles
10 } else {
11     DEFINES += SRCDIR=\\\"$$PWD\\\"
12 }
13
14 CONFIG += parallel_test
15