mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Configure Qt without dependency on libfreetyp


From: Colin Bourassa
Subject: Re: [Mingw-cross-env-list] Configure Qt without dependency on libfreetype?
Date: Thu, 06 Aug 2015 18:07:37 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

I've since found that configuring Qt with '-qt-freetype' avoids the
runtime dependency on libfreetype, and therefore also removes the need
for harfbuzz, libpng, and (I think) pcre. The resultant application
looked fine running on my Windows 7 VM.

--Colin

On 08/05/2015 03:21 AM, Mark Brand wrote:
> 
> 
> On 26/07/15 19:26, Colin Bourassa wrote:
>> I'm trying to build Qt with a reduced set of dependencies. I changed
>> src/qtbase.mk to run ./configure with -no-freetype, but the qwindows.dll
>> platform plugin still has a runtime dependency on libfreetype. This, in
>> turn, pulls in several other libraries including libharfbuzz and libpng.
>>
>> Is it possible to configure Qt so that it doesn't use libfreetype,
>> either from Qt5Core / Qt5Gui or from the platform plugin(s)?
>>
>> --Colin
>>
> 
> I think it's possible. I'm leaning in that direction too.
> 
> Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]