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

2010-02-14 Thread Matthias Pospiech
Coda Highland schrieb:
> You mean the specific format used to name the DLL files? I don't know.
> The VER_MAJ variable is documented in the qmake manual.
>   
I can take out the VER_MAJ variable, but still the name is with an 
appended "0".

Matthias
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


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

2010-02-14 Thread Coda Highland
You mean the specific format used to name the DLL files? I don't know.
The VER_MAJ variable is documented in the qmake manual.

/s/ Adam

On Sun, Feb 14, 2010 at 3:44 PM, Matthias Pospiech
 wrote:
> Coda Highland schrieb:
>> The 0 is from the VER_MAJ variable.
>>
> Is this documented somewhere?
>
> If I comppile in static mode this is not appended.
>
> Matthias
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


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

2010-02-14 Thread Matthias Pospiech
Coda Highland schrieb:
> The 0 is from the VER_MAJ variable.
>   
Is this documented somewhere?

If I comppile in static mode this is not appended.

Matthias


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


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

2010-02-14 Thread Coda Highland
The 0 is from the VER_MAJ variable.

/s/ Adam

On Sun, Feb 14, 2010 at 2:28 PM, Matthias Pospiech
 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@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


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

2010-02-14 Thread Matthias Pospiech
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@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator