mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 10:56:25 +00:00
fix plugin install path
This commit is contained in:
parent
ef00533499
commit
318a644b5b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user