aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.netflix/com.pelagicore.netflix.pro
blob: a18cbbc134a94ae09f321b24ddd9660da9809767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = aux

FILES += info.yaml \
         icon.png \
         Main.qml

app.files = $$FILES
app.path = /apps/com.pelagicore.netflix
INSTALLS += app

AM_MANIFEST = info.yaml
AM_PACKAGE_DIR = $$app.path

load(am-app)