[Qt-interest] Suggestions for future Qt versions

Thiago Macieira thiago.macieira at trolltech.com
Sat Apr 25 19:15:44 CEST 2009


Constantin Makshin wrote:
>MinGW builds seem to use "libzdll.a" as an import library name.
>I couldn't find any Borland C++ project files that build zlib as a
> dynamic library.
>
>So use "-lzdll" for MinGW and "zlib1.lib" for MSVC:
>win32-mingw: LIBS += -lzdll
>win32-msvc*: LIBS += zlib1.lib
>
>>  3) does the configure.exe accept -system-zlib? If not, it needs to be
>> modified (source is in tools/configure) to accept it.
>
>Yes, it does. All I had to modify were these Qt project files.

Good.

Can you prepare a new patch with the mingw changes too? I'll pass it along 
to our team doing Windows to test it out.

>Wouldn't you change "win32-msvc2005|win32-msvc2008" in
>"mkspecs/features/win32/embed_manifest_*" files to "win32-msvc2*"?
> This'll make life of some people like me (I use different mkspecs for
> 32-bit and 64-bit builds) a bit easier and make these options (or
> however they should be called) compatible with future versions of
> Visual Studio.

Well, MSVC 2003 doesn't need it. And reading Microsoft blogs, apparently 
neither will 2010.

But it sounds reasonable enough to add the * at the end.

-- 
Thiago Macieira - thiago.macieira (AT) nokia.com
  Senior Product Manager - Nokia, Qt Software
      Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090425/6e15f629/attachment.bin 


More information about the Qt-interest-old mailing list