aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2020-04-03 18:51:33 +0000
committerGrigorii Zimin <gzimin@luxoft.com>2020-04-03 18:51:53 +0000
commit19b32961720cd5b8116a060019888eb7bfcf3855 (patch)
tree1aec25e7379fff04b1b399395e8aee8ea27dbc94 /com.luxoft.videoplayer/com.luxoft.videoplayer.pro
parent7a467588143cacbbf14c3e01c1383734f8fd8f25 (diff)
Revert "Remove videoplayer as it doesn't work in Neptune UI 5.14"
This reverts commit 7a467588143cacbbf14c3e01c1383734f8fd8f25. Reason for revert: works...but video folder should contains files and opengl there is opengl problem Change-Id: Ie5631bf75ad1ac1ffcbfcd64b877f5a2a5f1b639 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
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)