[Qt-interest] CONFIG(debug, debug|release) fails
Matthias Pospiech
matthias.pospiech at gmx.de
Sat Jan 30 20:46:31 CET 2010
I am using this construct:
LIBRARY_NAME = source-highlight
CONFIG(debug, debug|release) {
win32:$$LIBRARY_NAME = $$join($$LIBRARY_NAME,,,d)
}
which works in all project I use so far. But here
in debug mode the name is
source-highlight
and in release mode it is
source-highlightd
which is the the opposite of what I want.
How can I debug this problem?
Matthias
More information about the Qt-interest-old
mailing list