summaryrefslogtreecommitdiffstats
path: root/basicsuite/sensors/sensors.pro
blob: bb1373e8547f53b6f3c33cb7135cf89381cddd26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = sensors

include(../shared/shared.pri)

content.files = \
    *.qml \
    *.png
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content