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