summaryrefslogtreecommitdiff
path: root/tests/benchmarks/declarative/qmltime/qmltime.pro
blob: 6f5ad5eff2e0635f2887f6a385172d2cb150a670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
TEMPLATE = app
TARGET = qmltime
QT += declarative
macx:CONFIG -= app_bundle

SOURCES += qmltime.cpp 

symbian {
    TARGET.CAPABILITY = "All -TCB"
    example.sources = example.qml tests
    example.path = .
    DEPLOYMENT += example
}