aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.spotify/com.pelagicore.spotify.pro
diff options
context:
space:
mode:
Diffstat (limited to 'com.pelagicore.spotify/com.pelagicore.spotify.pro')
-rw-r--r--com.pelagicore.spotify/com.pelagicore.spotify.pro11
1 files changed, 10 insertions, 1 deletions
diff --git a/com.pelagicore.spotify/com.pelagicore.spotify.pro b/com.pelagicore.spotify/com.pelagicore.spotify.pro
index c5f9d64..bb3f710 100644
--- a/com.pelagicore.spotify/com.pelagicore.spotify.pro
+++ b/com.pelagicore.spotify/com.pelagicore.spotify.pro
@@ -1,5 +1,14 @@
+TEMPLATE = aux
+
FILES += info.yaml \
icon.png \
Main.qml
-load(app)
+app.files = $$FILES
+app.path = /apps/com.pelagicore.spotify
+INSTALLS += app
+
+AM_MANIFEST = info.yaml
+AM_PACKAGE_DIR = $$app.path
+
+load(am-app)