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

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

content.files = \
    *.qml \
    Effects \
    images
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content