[Qt-creator] Error running the application "Failed to start program. Path or permissions wrong?"

André Pönitz apoenitz at trolltech.com
Mon Feb 9 15:13:12 CET 2009


Paulo Jnkml wrote:
> If I use debug or release:
> debug {
> //this is ignored
> TARGET = debug
> }
> release {
> //ignored
> TARGET = release
> }
> 
> Debug {
> //works =)
> TARGET = Debug
> }
> 
> Release {
> //works =)
> TARGET = Release
> }

This looks strange. Usually, with e.g. CONFIG += debug_and_release the
debug build is located in a directory called 'debug' which would clash
with a binary named 'debug', same for 'release'.

Where does this .pro file come from? Some imported project?

Andre'




More information about the Qt-creator-old mailing list