summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/qml.pro
blob: 47e21fd801b75a017a25d20bc20fe3643db9171f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = grue_app
QT += quick

SOURCES = main.cpp

RESOURCES += \
    qml.qrc

app.files = \
    icon.png \
    $$files(*.qml) \
    grue.png

target.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
app.path = $$[QT_INSTALL_EXAMPLES]/sensors/grue
INSTALLS += target app