Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / binding / binding.pro
1 load(qttest_p4)
2 TEMPLATE = app
3 TARGET = tst_binding
4 QT += declarative
5 macx:CONFIG -= app_bundle
6
7 SOURCES += tst_binding.cpp testtypes.cpp
8 HEADERS += testtypes.h
9
10 symbian {
11     data.files = data
12     data.path = .
13     DEPLOYMENT += data
14 } else {
15     # Define SRCDIR equal to test's source directory
16     DEFINES += SRCDIR=\\\"$$PWD\\\"
17 }