aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2020-04-03 17:14:32 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-04-03 16:09:40 +0000
commit7a467588143cacbbf14c3e01c1383734f8fd8f25 (patch)
treea2be82c79565a7c847ef4d5d9d89a3ef3743cb02 /com.luxoft.videoplayer/com.luxoft.videoplayer.pro
parent03263b2298ef8c653179ff77c5a17b51d8f388bb (diff)
Remove videoplayer as it doesn't work in Neptune UI 5.14
Change-Id: I2d1591c634a6a439a4a47ee0ab43423817188e89 Reviewed-by: Egor Nemtsev <enemtsev@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, 0 insertions, 19 deletions
diff --git a/com.luxoft.videoplayer/com.luxoft.videoplayer.pro b/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
deleted file mode 100644
index f0c6bb3..0000000
--- a/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-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)