diff --git a/share/qtcreator/templates/shared/qrcdeployment.pri b/share/qtcreator/templates/shared/qrcdeployment.pri
index 839b3b5cacd70353de26c6407fa5f5a75e7fe1b7..5441b63dc855592018a104ca9f08a76f996f4b69 100644
--- a/share/qtcreator/templates/shared/qrcdeployment.pri
+++ b/share/qtcreator/templates/shared/qrcdeployment.pri
@@ -14,7 +14,11 @@ android-no-sdk {
     INSTALLS += target
 } else:unix {
     isEmpty(target.path) {
-        target.path = /opt/$${TARGET}/bin
+        qnx {
+            target.path = /tmp/$${TARGET}/bin
+        } else {
+            target.path = /opt/$${TARGET}/bin
+        }
         export(target.path)
     }
     INSTALLS += target