Fixed CONFIG() block syntax

This commit is contained in:
J-P Nurmi 2007-01-28 18:01:48 +00:00
parent 87435fbf0c
commit 7b29d7523d

View File

@ -10,12 +10,13 @@ SOURCES += QxtLabelPlugin.cpp ../src/gui/QxtLabel.cpp
CONFIG(debug, debug|release)
{
CONFIG(debug, debug|release) {
unix: TARGET = $$join(TARGET,,,.debug)
mac: TARGET = $$join(TARGET,,,_debug)
win32: TARGET = $$join(TARGET,,d)
}
}
message($${TARGET})
CONFIG += build_all