[Qt-creator] Error running the application "Failed to startprogram. Path or permissions wrong?"
Gilles Valette
gilles.valette at univ-reims.fr
Mon Feb 9 16:57:05 CET 2009
Message de Eike Ziller eike.ziller at nokia.com:
> Hm, I don't find any scopes "debug", "Debug", "release" or "Release"
> in qmake's documentation.
> The documentation talks about CONFIG+=release (and CONFIG+=debug), but
> that does *not* define a scope that could be used like
> "release:TARGET=something" (neither lowercase nor uppercase).
Hi,
If I look at the "Checking for More than One Condition" part in the qmake
Tutorial, I
find "This requires using two nested scopes; just create one scope, then
create the other
inside it. Put the settings to be processed inside the last scope, like
this:
win32 {
debug {
CONFIG += console
}
}"
Thus I think that here debug is considered as a scope. Am I wrong ?
Regards,
Gilles
More information about the Qt-creator-old
mailing list