summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/mediaplayer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/mediaplayer.pro')
-rw-r--r--basicsuite/mediaplayer/mediaplayer.pro19
1 files changed, 17 insertions, 2 deletions
diff --git a/basicsuite/mediaplayer/mediaplayer.pro b/basicsuite/mediaplayer/mediaplayer.pro
index 893539f..4667caf 100644
--- a/basicsuite/mediaplayer/mediaplayer.pro
+++ b/basicsuite/mediaplayer/mediaplayer.pro
@@ -4,11 +4,26 @@ include(../shared/shared.pri)
b2qtdemo_deploy_defaults()
content.files = \
- *.qml \
+ Content.qml \
+ ContentVideo.qml \
+ ControlBar.qml \
+ EffectSelectionPanel.qml \
+ FileBrowser.qml \
+ ImageButton.qml \
+ Intro.qml \
+ main.qml \
+ MetadataView.qml \
+ ParameterPanel.qml \
+ PlaybackControl.qml \
+ SeekControl.qml \
+ Slider.qml \
+ UrlBar.qml \
+ VolumeControl.qml \
Effects \
images
+
content.path = $$DESTPATH
OTHER_FILES += $${content.files}
-INSTALLS += target content \ No newline at end of file
+INSTALLS += target content