[Qt-creator] Error running the application "Failed to startprogram. Path or permissions wrong?"
Paulo Jnkml
paulo.jnkml at gmail.com
Tue Feb 10 10:18:31 CET 2009
I got a surprise for you =)
If I create a simple console aplication, add the folowing:
debug {
warning("debug")
}
release {
warning("release")
}
Debug {
warning("Debug")
}
Release {
warning("Release")
}
CONFIG(debug, debug|release) {
warning("CONFIG:debug")
} else {
warning("CONFIG:release")
}
I get:
Starting: /usr/bin/qmake /home/user/dev/cxx/tmp/protest/protest.pro
-spec /usr/share/qt4/mkspecs/linux-g++ -r CONFIG+=debug_and_release
CONFIG+=debug
Project WARNING: debug
Project WARNING: release
Project WARNING: CONFIG:debug
Project WARNING: debug
Project WARNING: release
Project WARNING: Debug
Project WARNING: CONFIG:debug
Project WARNING: debug
Project WARNING: release
Project WARNING: Release
Project WARNING: CONFIG:release
> 'debug' and 'release' are both defined in $QTDIR/mkspecs/default/
> qmake.conf and $QTDIR/mkspecs/qconfig.pri (these two files are
> automatically included by qmake for your projects).
>
I don't have them defined in any of those files...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090210/2f69b423/attachment.html
More information about the Qt-creator-old
mailing list