diff options
| author | 2016-09-25 09:59:40 +0200 | |
|---|---|---|
| committer | 2016-09-25 09:59:40 +0200 | |
| commit | e225f2edfd365d1709df2cb5bb2f752ec8d82c1c (patch) | |
| tree | 865b4d676b328fb2391d544d72617bbab855472e /mobile/deployment.pri | |
| parent | 48d672116d58e44159de3bbd5f1366b16fb7f704 (diff) | |
| download | OneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.tar.gz OneRoll-e225f2edfd365d1709df2cb5bb2f752ec8d82c1c.zip | |
add file for mobile application
Diffstat (limited to 'mobile/deployment.pri')
| -rw-r--r-- | mobile/deployment.pri | 13 |
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) |