From e225f2edfd365d1709df2cb5bb2f752ec8d82c1c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 25 Sep 2016 09:59:40 +0200 Subject: add file for mobile application --- mobile/deployment.pri | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mobile/deployment.pri (limited to 'mobile/deployment.pri') 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) -- cgit v1.2.3-70-g09d2