[Qt-interest] Suggestions for future Qt versions

Constantin Makshin dinosaur-rus at users.sourceforge.net
Sun Apr 26 01:07:42 CEST 2009


On Sat, 25 Apr 2009 21:15:44 +0400, Thiago Macieira  
<thiago.macieira at trolltech.com> wrote:
> 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.
Here it is.

-- 
Constantin "Dinosaur" Makshin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zlib_2.diff
Type: application/octet-stream
Size: 5749 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090426/104b40f4/attachment.obj 


More information about the Qt-interest-old mailing list