Qt-interest Archive, August 2007
JPEG/GIF support for static build?
Message 1 in thread
Hi,
I notice when I use statically built Qt library, the JPEG/GIF support is not
available. But they're avaialble in shared build. Although both builds use
most default options. Can anyone tell me how to add JPEG/GIF support in Qt
static build?
Thank you,
JB
Message 2 in thread
"JB Wong" <jb4qt4@xxxxxxxxx> wrote in message
news:69714aa60708030552p682cba54x6ba025becb87694a@xxxxxxxxxxxxxxxxx
> Hi,
>
> I notice when I use statically built Qt library, the JPEG/GIF support is
> not
> available. But they're avaialble in shared build. Although both builds
> use
> most default options. Can anyone tell me how to add JPEG/GIF support in
> Qt
> static build?
Make use of them as "static plugin":
http://doc.trolltech.com/4.3/plugins-howto.html#static-plugins
Volker
--
[ signature omitted ]
Message 3 in thread
On 8/3/07, JB Wong <jb4qt4@xxxxxxxxx> wrote:
> Hi,
Hi
> I notice when I use statically built Qt library, the JPEG/GIF support is not
> available. But they're avaialble in shared build. Although both builds use
> most default options. Can anyone tell me how to add JPEG/GIF support in Qt
> static build?
Search the archives, this have been asked numerous times.
Hint: http://doc.trolltech.com/4.3/plugins-howto.html#static-plugins
--
[ signature omitted ]