Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / qmltime / qmltime.pro
1 load(qttest_p4)
2 TEMPLATE = app
3 TARGET = qmltime
4 QT += declarative
5 macx:CONFIG -= app_bundle
6
7 SOURCES += qmltime.cpp 
8
9 symbian {
10     TARGET.CAPABILITY = "All -TCB"
11     example.files = example.qml tests
12     example.path = .
13     DEPLOYMENT += example
14 }
15