From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- src/bin/mobile/deployment.pri | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/bin/mobile/deployment.pri (limited to 'src/bin/mobile/deployment.pri') diff --git a/src/bin/mobile/deployment.pri b/src/bin/mobile/deployment.pri new file mode 100644 index 0000000..265ce71 --- /dev/null +++ b/src/bin/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