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.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/basicsuite/mediaplayer/mediaplayer.pro b/basicsuite/mediaplayer/mediaplayer.pro
new file mode 100644
index 0000000..d0ce9e3
--- /dev/null
+++ b/basicsuite/mediaplayer/mediaplayer.pro
@@ -0,0 +1,13 @@
+TARGET = mediaplayer
+
+include(../shared/shared.pri)
+
+content.files = \
+ *.qml \
+ Effects \
+ images
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file