Try putting the first brace on the same line as CONFIG, e.g.:
CONFIG(debug, debug|release) {
DEFINES += DEBUG \
}
2009/9/28 Jaime Herencia <[email protected]>:
> There is a bug in Qt-Creator 1.2.90 - Revision 1e186c5bf9
>
> The qt-creator parser of project files (*.pro) does not work correctly if you
> add manually the following rule to a project file:
>
> CONFIG(debug, debug|release)
> {
> DEFINES += DEBUG \
> }
>
>
> So if, for example, you add a new source file afterwords with the wizard it'll
> generate an incorrect project file that makes qmake fail.
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator