Re: KLibrary to KDE4Support

2014-03-26 Thread Aleix Pol
On Wed, Mar 26, 2014 at 12:46 PM, Alex Merry wrote: > I'd like to move KLibrary to KDE4Support. From my investigations, I > think this will break two things: KWin and Oxygen, both of which use > KLibrary but do not link against KDE4Support. > > Those should be ported to QLib

KLibrary to KDE4Support

2014-03-26 Thread Alex Merry
I'd like to move KLibrary to KDE4Support. From my investigations, I think this will break two things: KWin and Oxygen, both of which use KLibrary but do not link against KDE4Support. Those should be ported to QLibrary + KPluginLoader::findPlugin(), which I'll sort out today. Any