aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.greenomics/com.luxoft.greenomics.pro
diff options
context:
space:
mode:
Diffstat (limited to 'com.luxoft.greenomics/com.luxoft.greenomics.pro')
-rw-r--r--com.luxoft.greenomics/com.luxoft.greenomics.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/com.luxoft.greenomics/com.luxoft.greenomics.pro b/com.luxoft.greenomics/com.luxoft.greenomics.pro
new file mode 100644
index 0000000..c68a077
--- /dev/null
+++ b/com.luxoft.greenomics/com.luxoft.greenomics.pro
@@ -0,0 +1,24 @@
+TEMPLATE = aux
+
+FILES += info.yaml \
+ icon.png \
+ Main.qml
+
+app.files = $$FILES
+app.path = /apps/com.luxoft.greenomics
+
+view.files += view
+view.path = /apps/com.luxoft.greenomics
+
+helper.files += helpers
+helper.path = /apps/com.luxoft.greenomics
+
+assets.files += assets/*
+assets.path = /apps/com.luxoft.greenomics/assets
+
+INSTALLS += app view helper assets
+
+AM_MANIFEST = info.yaml
+AM_PACKAGE_DIR = $$app.path
+
+load(am-app)