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

CONFIG += qmltypes
QML_IMPORT_NAME = QmlTime
QML_IMPORT_VERSION = 1.0

QMAKE_TARGET_DESCRIPTION = QML Time

SOURCES += qmltime.cpp
HEADERS += qmltime.h