Eike Ziller wrote: > Try to avoid the "debug" and "release" scopes, because qmake doesn't > guarantee that they are not defined *both* at the same time. > Instead the scopes "CONFIG(debug, debug|release)" and "CONFIG(release, > debug|release)" do what you actually want to do. >
Thanks, works as expected. Is that really the correct way about it though, why is there a mix of debug and release configs going through qmake? Scott _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
