Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / script / script.pro
1 load(qttest_p4)
2 TEMPLATE = app
3 TARGET = tst_script
4 QT += declarative script
5 macx:CONFIG -= app_bundle
6 CONFIG += release
7
8 SOURCES += tst_script.cpp
9
10 symbian {
11     importFiles.files = data
12     importFiles.path =
13     DEPLOYMENT += importFiles
14 } else {
15     DEFINES += SRCDIR=\\\"$$PWD\\\"
16 }
17
18
19
20