[Qt-creator] Error running the application "Failed to start program. Path or permissions wrong?"
Gilles Valette
gilles.valette at univ-reims.fr
Sun Feb 8 11:41:47 CET 2009
> For example if the project is called A, and I have
> Debug: TARGET = Ad
> Release: TARGET = Ar
> The executables are correctly created, but when I run, no executable will
> be found.
> This is definitely a bug (I think).
I agree with you...
I tried this :
debug:BASE_DIR = debug
release:BASE_DIR = release
DESTDIR = $$BASE_DIR
TARGET = $$BASE_DIR
After debug and release compilations, I got "release.exe" in the "release"
subdirectory (that is correct), but also "release.exe" in the "debug"
subdirectory (thus the subdirectory is correct, but not the name of the
target...)
Same results from QtCreator and from the command line.
Gilles
Qt Creator 0.9.2
Based on Qt 4.5.0
Built on Feb 5 2009 at 15:31:01
>From revision 68552b8f4d
More information about the Qt-creator-old
mailing list