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

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

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

OTHER_FILES += $${content.files}

INSTALLS += target content