aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/deployment.pri
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-09-25 09:59:40 +0200
committerRenaud G <renaud@rolisteam.org>2016-09-25 09:59:40 +0200
commite225f2edfd365d1709df2cb5bb2f752ec8d82c1c (patch)
tree865b4d676b328fb2391d544d72617bbab855472e /mobile/deployment.pri
parent48d672116d58e44159de3bbd5f1366b16fb7f704 (diff)
downloadOneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.tar.gz
OneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.zip
add file for mobile application
Diffstat (limited to 'mobile/deployment.pri')
-rw-r--r--mobile/deployment.pri13
1 files changed, 13 insertions, 0 deletions
diff --git a/mobile/deployment.pri b/mobile/deployment.pri
new file mode 100644
index 0000000..265ce71
--- /dev/null
+++ b/mobile/deployment.pri
@@ -0,0 +1,13 @@
+unix:!android {
+ isEmpty(target.path) {
+ qnx {
+ target.path = /tmp/$${TARGET}/bin
+ } else {
+ target.path = /opt/$${TARGET}/bin
+ }
+ export(target.path)
+ }
+ INSTALLS += target
+}
+
+export(INSTALLS)