aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.videoplayer/com.luxoft.videoplayer.pro
blob: f0c6bb31109b0d6dad038c03c623f396a16c4aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)