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

include(../shared/shared.pri)

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

OTHER_FILES += $${content.files}

INSTALLS += target content