aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-09-18 02:03:49 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-09-18 02:03:49 +0200
commitb8c2af20cddc9af07bd28564f253ad4fa0211dc5 (patch)
tree5603ba95a209955dce5d546f8f2bf2dd440cf8a8
parent00165bb46e1a1b44fd04674f798f9b76678e9f06 (diff)
downloadRWA.Support.DesktopApp-b8c2af20cddc9af07bd28564f253ad4fa0211dc5.tar.gz
RWA.Support.DesktopApp-b8c2af20cddc9af07bd28564f253ad4fa0211dc5.tar.bz2
RWA.Support.DesktopApp-b8c2af20cddc9af07bd28564f253ad4fa0211dc5.zip
remote-support-desktop.pro: Partially revert 8e29a45e456baf232196e8fa2fc5eae50be66993.
-rw-r--r--remote-support-desktop.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/remote-support-desktop.pro b/remote-support-desktop.pro
index 692fc8b..e2b4fde 100644
--- a/remote-support-desktop.pro
+++ b/remote-support-desktop.pro
@@ -55,5 +55,7 @@ QML_IMPORT_PATH =
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
-target.path = /usr/bin
+# Default rules for deployment.
+qnx: target.path = /tmp/$${TARGET}/bin
+else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target