aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.spotify/com.pelagicore.spotify.pro
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2020-02-12 16:43:08 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-04-03 14:51:02 +0000
commitfecd5fd7161b3e5b2b93e30b0e9784705fa28f84 (patch)
tree7c17c9b9aefdcd55fbe8ab29285e4454c28e1326 /com.pelagicore.spotify/com.pelagicore.spotify.pro
parent77e2f626e59bfddf32f2873edcfd52ea583dbf80 (diff)
remove spotify and netflix, add youtube app
Fixes: AUTOSUITE-1471 Fixes: AUTOSUITE-1433 Change-Id: I110f20aad0302356ff49b66299250e35e0e089c6 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
Diffstat (limited to 'com.pelagicore.spotify/com.pelagicore.spotify.pro')
-rw-r--r--com.pelagicore.spotify/com.pelagicore.spotify.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/com.pelagicore.spotify/com.pelagicore.spotify.pro b/com.pelagicore.spotify/com.pelagicore.spotify.pro
deleted file mode 100644
index bb3f710..0000000
--- a/com.pelagicore.spotify/com.pelagicore.spotify.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-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)