[Qt-creator] Target name wrong, zero number appended
Matthias Pospiech
matthias.pospiech at gmx.de
Sun Feb 14 21:28:32 CET 2010
I create the target in the pro file with:
CONFIG += debug
LIBRARY_NAME = plotext
CONFIG(debug, debug|release) {
win32:LIBRARY_NAME = $$join(LIBRARY_NAME,,,d)
}
TARGET = $${LIBRARY_NAME}
message(Target: $$TARGET)
resulting in the output:
Project MESSAGE: Target: plotextd
But the file that is created has the name:
"plotextd0.dll"
so there is a 0 appended.
Why?
Matthias
More information about the Qt-creator-old
mailing list