aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.spotify/com.pelagicore.spotify.pro
blob: bb3f7107303105f2835cd06acb61eb79c184637f (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.spotify
INSTALLS += app

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

load(am-app)