summaryrefslogtreecommitdiffstats
path: root/basicsuite/sensorexplorer/app.pro
blob: 5bf498d25f0717b49db6867b58da2bf8ff8f5db3 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = sensorexplorer

include(../shared/shared.pri)

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

OTHER_FILES += $${content.files}

INSTALLS += target content