aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'com.luxoft.videoplayer/com.luxoft.videoplayer.pro')
-rw-r--r--com.luxoft.videoplayer/com.luxoft.videoplayer.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/com.luxoft.videoplayer/com.luxoft.videoplayer.pro b/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
new file mode 100644
index 0000000..f0c6bb3
--- /dev/null
+++ b/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
@@ -0,0 +1,19 @@
+TEMPLATE = aux
+
+FILES += info.yaml \
+ icon.png \
+ Main.qml \
+ VideoPlayerView.qml \
+ VideoPlayerPanel.qml \
+ ControlsOverlay.qml \
+ OpenFilesPanel.qml \
+ utils.js
+
+app.files = $$FILES
+app.path = /apps/com.luxoft.videoplayer
+INSTALLS += app
+
+AM_MANIFEST = info.yaml
+AM_PACKAGE_DIR = $$app.path
+
+load(am-app)