aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmltime/qmltime.pro
blob: 273a60ac7598a53da2a012f9c784b07839360fca (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.files = example.qml tests
    example.path = .
    DEPLOYMENT += example
}