Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Jean-Marc Lasgouttes wrote:
Enrico Forestieri <[EMAIL PROTECTED]> writes:
Anyway, I was getting the same failure on solaris and the attached
patch solves the problem for me.
Please do not apply the patch right now. I think it is better to link
libsupport against QT_LIB instead of QT_CORE_LIB.
Surely you mean the opposite aren't you?
No, actually, what I mean is really the patch below.
But the best is probably to move the libraries we link against in the
main Makefile part. Adding the libraries at the lidfoo.la libraries
does not make much sense.
This is just an autotools matter, though.
I have been told that linking agaisnt QtGui when it is not needed does
not hurt. Is it true?
As QtGui will be brought by the frontend, it will not hurt at all now.
But, longer term, when/if we create a support dll, this dll should link
with QtCore only.
Abdel.