aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime/qmltime.pro
blob: 7c047aab2a5978f36d661a5224c242955796e46b (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
TARGET = qmltime
QT += qml quick
QT += quick-private
macx:CONFIG -= app_bundle

QMAKE_TARGET_PRODUCT = qmltime
QMAKE_TARGET_DESCRIPTION = Tool for benchmarking the instantiation of a QML component
SOURCES += qmltime.cpp