also test appdir/libsnore for plugins

This commit is contained in:
Patrick von Reth 2014-06-22 17:19:28 +02:00
parent 2e326c9ba8
commit 064a93ff9f
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ const QDir &PluginContainer::pluginDir()
}
#endif
list << appDir
<< QString("%1/libsnore" SNORE_SUFFIX).arg(appDir)
<< QString("%1/../lib/libsnore" SNORE_SUFFIX).arg(appDir)
<< QString("%1/../lib64/libsnore" SNORE_SUFFIX).arg(appDir)
<< QLatin1String(LIBSNORE_PLUGIN_PATH);