[Qt-creator] Bug in qt-creator 1.2.90

Robert Caldecott robert.caldecott at gmail.com
Thu Oct 1 09:32:16 CEST 2009


Try putting the first brace on the same line as CONFIG, e.g.:

 CONFIG(debug, debug|release) {
    DEFINES += DEBUG \
}

2009/9/28 Jaime Herencia <jherencia at recoverylabs.com>:
> 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
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>




More information about the Qt-creator-old mailing list