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

include(../shared/shared.pri)

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

OTHER_FILES += $${content.files}

INSTALLS += target content