[Qt-creator] Target name wrong, zero number appended

Coda Highland coda at bobandgeorge.com
Sun Feb 14 21:59:40 CET 2010


The 0 is from the VER_MAJ variable.

/s/ Adam

On Sun, Feb 14, 2010 at 2:28 PM, Matthias Pospiech
<matthias.pospiech at gmx.de> wrote:
> 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
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>




More information about the Qt-creator-old mailing list