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