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

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

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