fix plugin install path

This commit is contained in:
Patrick von Reth 2014-03-23 17:21:37 +01:00
parent ef00533499
commit 318a644b5b
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ const QDir &PluginContainer::pluginDir()
list << appDir
<< QString("%1/../lib/libsnore" SNORE_SUFFIX).arg(appDir)
<< QString("%1/../lib64/libsnore" SNORE_SUFFIX).arg(appDir)
<< QLatin1String(LIBSNORE_PLUGIN_PATH SNORE_SUFFIX);
<< QLatin1String(LIBSNORE_PLUGIN_PATH);
foreach(const QString &p, list)
{
QDir dir(p);