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

QT += quick

SOURCES += main.cpp

RESOURCES += qml.qrc

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