Bug: Deploy over rsync to simulator fails to launch the project

asked 2014-01-06 10:07:25 +0300

Wellu gravatar image

When deploying project to simulator using rsync method, Qt Creator takes the name of the project file (.pro) and uses that when forming up paths. This means that I must keep the name of the project file and the TARGET always in sync or otherwise simulator fails to launch the binary. Note that everything works just fine if deploying via RPM and project file can be named anything.

Fix is to use the TARGET from the project file when forming up paths and not care about the name of the project file.

edit retag flag offensive close delete