aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.samegame/com.pelagicore.samegame.pro
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2020-02-12 13:21:11 +0300
committerEgor Nemtsev <enemtsev@luxoft.com>2020-02-18 08:33:49 +0000
commit36a5fdbebea5e87618c00b8d559eede5fd469af8 (patch)
tree316f12ae9e9886bebeeb78e820c3207ba85397cd /com.pelagicore.samegame/com.pelagicore.samegame.pro
parent6342217bffb4ad6bb989884822506f095f0b6c7b (diff)
upload samegame app
Fixes: AUTOSUITE-1474 Change-Id: I83f57f4c4d3f8d09bc3035519b09d0fa89290f93 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
Diffstat (limited to 'com.pelagicore.samegame/com.pelagicore.samegame.pro')
-rw-r--r--com.pelagicore.samegame/com.pelagicore.samegame.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/com.pelagicore.samegame/com.pelagicore.samegame.pro b/com.pelagicore.samegame/com.pelagicore.samegame.pro
new file mode 100644
index 0000000..4e2a0a9
--- /dev/null
+++ b/com.pelagicore.samegame/com.pelagicore.samegame.pro
@@ -0,0 +1,19 @@
+TEMPLATE = aux
+
+FILES += info.yaml \
+ icon.png \
+ Main.qml \
+ Samegame.qml
+
+app.files = $$FILES
+app.path = /apps/com.pelagicore.samegame
+
+content.files += content
+content.path = /apps/com.pelagicore.samegame
+
+INSTALLS += app content
+
+AM_MANIFEST = info.yaml
+AM_PACKAGE_DIR = $$app.path
+
+load(am-app)