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