[Qt-interest] Library Dependencies on Solaris
Thiago Macieira
thiago at kde.org
Tue Sep 7 21:13:31 CEST 2010
On Tuesday 7. September 2010 20.23.02 Jake Colman wrote:
> I edited .../mkspecs/solaris-cc/qmake.conf to undefine QMAKE_INCDIR and
> QMAKE_LIBDIR since they contained references to /usr/sfw. As a result
> of this change, and by specifying qt-freetype (which, incidentally, is
> not listed in the help output from configure) I have forced the built to
Ah, right. I didn't notice that it's only from QWS (Embedded Linux), not the
X11 port.
For X11, Qt uses freetype if you have it.
> use Qt's supplied freetype. BUT, 'ldd libQtGui.so' still shows
> libiconv, etc!
Maybe it's an indirect dependency.
> FWIW libQtCore.so has no unexpected dependencies so that it not the
> problem.
Which proves it's an indirect dependency. There's nothing in QtGui that links
to libiconv, but there is in QtCore. So it must be coming from a library that
QtGui does link to.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100907/621f1b46/attachment.bin
More information about the Qt-interest-old
mailing list