summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro
blob: b4c5ae832449cae8af84dc7fbd1648628fb1ab71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qt5-cinematicdemo

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

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

OTHER_FILES += $${content.files}

INSTALLS += target content