tests/benchmarks/declarative/qmltime/qmltime.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:10:48 +0300
changeset 30 5dc02b23752f
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

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
}