aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime/qmltime.pro
blob: ec1bcb5a03c2b4a810f1fc30dc2a2b801fd6a88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

win32 {
   VERSION = $${QT_VERSION}.0
} else {
   VERSION = $${QT_VERSION}
}

SOURCES += qmltime.cpp