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