Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.9.1
-
-
77126dc4b8bcd462daa2642aac1565521fbcbe5a
Description
Creator is unable to deploy the binary into QNX target. Creator fails to send the binary files with sftp.
Workaround for this is to create the binary path manually.
If the creator tries to deploy:
/root/C:/Users/john/qt5/Examples/Qt-5.12.4/gui/analogclock/analogclock
it fails.
If you ssh to the device and give mkdir -p /root/C:/Users/john/qt5/Examples/Qt-5.12.4/gui/analogclock/ -command, it will work.