summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/alarms/alarms.pro
blob: 4e75fa5268feb82cef4aecc30ac3301bb1c8fc3c (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick

SOURCES += main.cpp

RESOURCES += qml.qrc controls_conf.qrc

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