diff options
-rw-r--r-- | remote-support-desktop.pro | 4 |
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 |