Without doing this, building qt3 would always stop with an error message in the linking of libdesignercore.1.0.0.dylib
ld: Undefined symbols: qInitImages_designercore()
The real reason was that the newly built uic would not work correctly, because it is linked to libqt-mt with an install-name /sw/lib/libqt-mt.3.dylib, but a compatibility version higher than the actually existing /sw/lib/libqt-mt.3.dylib. Therefore the file containing the definition of the above symbol was not created correctly by uic.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
