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, 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)