aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/clocks/clocks.pro
blob: eabee47cb57bfdeb9a039bb8e3cc6b25ceef68fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE     = app

QT          += qml quick

SOURCES     += main.cpp
RESOURCES   += clocks.qrc

target.path  = $$[QT_INSTALL_EXAMPLES]/demos/clocks
INSTALLS    += target

OTHER_FILES  += \
                Clock.qml \
                Main.qml \
                images/*.png