Marius writes: > Thursday 13 May 2004 20:11, Dominique Devriese wrote: >> Marius writes: >> > Personaly, I have a guess. Rebuilding Qt also requires rebuilding >> > every app (well, maybe not all of them, only those with own >> > plugins) that depends on libqt (the reason is described in "Qt >> > Plugins HOWTO" in official Qt docs). >> >> I can't find this, do you have a link ?
> http://doc.trolltech.com/3.2/plugins-howto.html > Scroll down to the section "Loading and Verifying Plugins" and "The > Build Key". AIUI, this only means that Qt plugins need to be recompiled when changing the Qt configuration, and few ( if any ) packages except Qt itself have these. For rebuilding apps, I think the normal rules apply: it's only really necessary when a major Qt upgrade is done, like Qt 3 -> Qt 4. cheers domi