[Qt-creator] Error running the application "Failed to startprogram. Path or permissions wrong?"
Paulo Jnkml
paulo.jnkml at gmail.com
Tue Feb 10 10:28:21 CET 2009
Printing only the CONFIG I get:
lex yacc warn_on debug uic resources qt warn_on release incremental
link_prl exceptions no_mocdepend release stl qt_no_framework
debug_and_release debug console
How the hell does the contents of Debug and release even get executed?
O_o
Well but the problem was that is I used something else than
CONFIG(debug, debug|release) {
TARGET = debug_target
} else {
TARGET = release_target
}
qtcreator couldn't find the application and gets a TARGET = project_name
by default apparently.
Using that there's "no" problem =D
paulo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090210/d2bb5a14/attachment.html
More information about the Qt-creator-old
mailing list