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

include(../shared/shared.pri)
b2qtdemo_deploy_defaults()

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

OTHER_FILES += $${content.files}

INSTALLS += target content