Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.14.0-rc1
-
Fix Version/s: Qt Creator 4.14.0
-
Component/s: Boot2Qt Support , Remote Linux
-
Labels:
-
Platform/s:
-
Commits:b385bf8eb5168ffd3bb95034336d13f9cd38e6e4 (qt-creator/qt-creator/4.14)
Description
When deploying a CMake project to a remote linux or boot2qt device on a Windows host, Qt Creator does not set the execute rights to the application binary.
12:03:45: Starting /usr/examples/demos/maroon/maroon ... Warning: Identity file not accessible: No such file or directory. sh: /usr/examples/demos/maroon/maroon: Permission denied sh: line 0: exec: /usr/examples/demos/maroon/maroon: cannot execute: Permission denied 12:03:45: Application finished with exit code 126.
Deployment and running of qmake projects works as expected.