Thank you very much for your help! Turning off shadow-build was the important thing here. Thank you!!!!
2010/12/4 Coda Highland <[email protected]>: >> Then there's the | symbol. In this context, is it a separator for strings >> or a logical or? Assuming CONFIG contains either debug or release, how is >> CONFIG(debug, debug|release) different from CONFIG(debug)? > > CONFIG(debug) returns true if the CONFIG variable contains "debug". > > CONFIG(debug, debug|release) returns true if, out of the > mutually-exclusive set of "debug" and "release", the last value set > was "debug". > > So for "CONFIG = debug release", CONFIG(debug) returns true but > CONFIG(debug, debug|release) returns false. > > /s/ Adam > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
