From kde-core-devel Sat Jul 13 11:32:54 2002 From: Harri Porten Date: Sat, 13 Jul 2002 11:32:54 +0000 To: kde-core-devel Subject: Re: qt-copy updated X-MARC-Message: https://marc.info/?l=kde-core-devel&m=102656016531839 On Sat, 13 Jul 2002, Daniel Molkentin wrote: > >Also, please note that you'll probably need to rebuild kdelibs/kstyles and > >kdelibs/kdewidgets (and if installed kdeartwork/styles) after installing > > this Qt version. This is because there were some changes in the > > plugin-loading mechanism to handle plugins for binary incompatible Qt > > versions safely.. > > Same applies to the KDE-Widget Plugin for designer. But isn't that as worse as > BIC changes? Still better than crashes when mixing versions. The fact that KDE automatically adds its plugin directory to the qtrc file opened a can of worms. Unless you had all libraries and plugins configured identically (threaded vs. non-threaded etc.) and compiled with the compiler it wasn't possible to have and use different configuration in parallel. Plugin loading is more solid now. Sorry for not having recognized potential problems earlier. Harri.