summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/mediaplayer.pro
blob: c56ba888d7c316b0fa6bcd26eaa6255bc1317574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TARGET = mediaplayer

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

content.files = \
    Content.qml \
    ContentVideo.qml \
    ControlBar.qml \
    EffectSelectionPanel.qml \
    FileBrowser.qml \
    ImageButton.qml \
    Intro.qml \
    main.qml \
    MetadataView.qml \
    ParameterPanel.qml \
    PlaybackControl.qml \
    PlayerSlider.qml \
    SeekControl.qml \
    UrlBar.qml \
    VolumeControl.qml \
    Effects \
    images

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content