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

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

[Mingw-cross-env-list] Qt 4.7.0 rc1 - qgif and qjpeg plugin build config


From: Garth Dahlstrom
Subject: [Mingw-cross-env-list] Qt 4.7.0 rc1 - qgif and qjpeg plugin build config bug?
Date: Tue, 14 Sep 2010 15:52:59 -0400

Since I screwed up sending this to the list from the wrong email previously, 
here it is with the patch to revert the imageformats.pro back to beta1 format.

-G

Attachment: qt-2-imageformats.patch
Description: Binary data

> I noticed that neither qgif or qjpeg plugins were built as part of my recent 
> update of Qt from beta1 -> rc1.
> 
> After some digging around I noticed that 
> pkg/qt-everywhere-opensource-src-4.7.0-rc1/src/plugins/imageformats/imageformats.pro
>  has a few changes that don't make a lot of sense to me, specifically these 3 
> lines
> 
> !contains(QT_CONFIG, no-jpeg):!contains(QT_CONFIG, jpeg):SUBDIRS += jpeg
> !contains(QT_CONFIG, no-gif):!contains(QT_CONFIG, gif):SUBDIRS += gif
> !contains(QT_CONFIG, no-mng):!contains(QT_CONFIG, mng):SUBDIRS += mng
> 
> If I'm reading them right, they say only build JPEG, GIF and MNG support if 
> neither "no-X" nor "X" are specified in the QT_CONFIG?
> 
> The same lines in beta1 used to be exclude "no-X" only:
> 
> !contains(QT_CONFIG, no-jpeg):SUBDIRS += jpeg
> !contains(QT_CONFIG, no-gif):SUBDIRS += gif
> !contains(QT_CONFIG, no-mng):SUBDIRS += mng
> 
> For now I'll just patch over the new imageformats.pro with the old to get 
> them to build, probably not the best approach though. 
> 
> Cheers,
> 
> -G



reply via email to

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