I’m trying to do some debugging with the SDK and the rather byzantine (well, it builds for a lot of targets) fahrplan2 pro https://github.com/poetaster/fahrplan/blob/9292/fahrplan2.pro keeps setting the FileBaseName to fahrplan2. The target and all settings for the sailfish deploy specify harbour-fahrplan2… And an install surely works. But for runtime it always becomes fahrplan2 …
I’ve tried override deployment data and ‘Alternate executable on device’ but that latter always results in a truncated command: /usr/bin/harbour-
EDIT: If I set the Run option ‘Run in terminal’ it runs /usr/bin/harbour-fahrplan2 … strange.
I’ve also tried reducing the build file, but think I’m just missing setting a simple variable.