Skip to content

KPluginMetaData: Check applicationDirPath first when resolving plugin paths

Alexander Lohnau requested to merge work/alex/kpluginmetadata_path into master

KPluginMetaData::findPlugins prepends this path to the library paths, but when we load a plugin by name we did not take this path into account.

BUG: 459830 FIXED-IN: 5.100

Merge request reports