Thanks Tom.
It works fine with your example:
And not with this:CONFIG(debug, debug|release) {
win32: TARGET = $$join(TARGET,,d)
TARGET = $$join(TARGET,,,_debug)
}
:-(CONFIG(debug, debug|release)
{
DESTDIR = ../../bin/debug/plugins
OBJECTS_DIR = ../../bin/debug/obj
MOC_DIR = ../../bin/debug/moc
} else {
DESTDIR = ../../bin/release/plugins
OBJECTS_DIR = ../../bin/release/obj
MOC_DIR = ../../bin/release/moc
}
Bookmarks