[Qt-interest] Different static qjpeg plugin btw. 4.4.1 and 4.4.3
Christian Dähn
daehn at asinteg.de
Tue Dec 16 17:22:11 CET 2008
Hi,
today I compiled 4.4.3 under openSUSE 10.2 (32bit) with gcc 4.1.2 with following
command (which I used to compile my 4.4.1 static lib before):
./configure -static -no-opengl -qt-sql-mysql -qt-sql-sqlite -no-qt3support -nomake examples -nomake demos
I wondered why the libqjpeg.a of 4.4.1 in $QTDIR/plugins/imageformats/ had a size
of 228K and the libqjpeg.a of 4.4.3 has only 48K.
It seems that qmake now has a different build behaviour and doesn't link the libjpeg
stuff into the imageformat plugin anymore. As consequence I get linking errors due
to undefined references to the libjpeg stuff when building my apps, which compiled
fine with 4.4.1 today.
Has anyone made comparable experiences?
Is there any patch/workaround for this issue?
ciao,
Chris
More information about the Qt-interest-old
mailing list