mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fe35aa9f3d
commit
fb2dd1debb
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ void KComponentDataPrivate::lazyInit(const KComponentData &component)
|
|||
kdeLibraryPathsAdded = KdeLibraryPathsAddedDone;
|
||||
const QStringList plugins = dirs->resourceDirs("qtplugins");
|
||||
foreach (const QString &it, plugins) {
|
||||
QCoreApplication::addLibraryPath(it);
|
||||
QCoreApplication::addPluginPath(it);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue