summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/qml.pro
blob: 7593538c0409145ebb766948a7f1830f2c506962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = grue
QT += quick
SOURCES = main.cpp

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

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