From cf7eafca1fbc9aae495d7b7d7e1fb4bc92e6819f Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 6 Apr 2016 09:46:52 +0800 Subject: Sometimes Naïve! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qmidiplayerlite.src.d/deployment.pri | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 qmidiplayerlite.src.d/deployment.pri (limited to 'qmidiplayerlite.src.d/deployment.pri') diff --git a/qmidiplayerlite.src.d/deployment.pri b/qmidiplayerlite.src.d/deployment.pri new file mode 100644 index 0000000..265ce71 --- /dev/null +++ b/qmidiplayerlite.src.d/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