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

Paulo Jnkml paulo.jnkml at gmail.com
Sun Feb 8 13:23:11 CET 2009


If I use debug or release:
debug {
//this is ignored
TARGET = debug
}
release {
//ignored
TARGET = release
}

Debug {
//works =)
TARGET = Debug
}

Release {
//works =)
TARGET = Release
}


Andre Poenitz wrote:
> On Sun, Feb 08, 2009 at 07:10:17PM +0900, Paulo Jnkml wrote:
>   
>> I was wrong again,
>> It isn't trying to run the Release target.
>>
>> It's trying to run a target with the same name as the project.
>>
>> It's not even caring about the Release or Debug TARGETS.
>>
>>
>> For example if the project is called A, and I have
>>
>>
>> Debug: TARGET = Ad
>> Release: TARGET = Ar
>>     
>
> Is this 'Debug' and  'Release' with capital initials in your .pro file?
> If so, does the problem persist if you use 'debug' and 'release'?
>
> Andre'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090208/37b2ee47/attachment.html 


More information about the Qt-creator-old mailing list