also use relative folder load for bsd

This commit is contained in:
Martin Rotter 2024-05-27 10:38:41 +02:00
parent c3e627300c
commit 1993d2ba01
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ QList<ServiceEntryPoint*> PluginFactory::loadPlugins() const {
QStringList PluginFactory::pluginPaths() const {
QStringList paths;
#if defined(Q_OS_LINUX)
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
paths << QCoreApplication::applicationDirPath() + QDir::separator() + QL1S("..") + QDir::separator() +
QL1S(RSSGUARD_LIBDIR) + QDir::separator() + QL1S(APP_LOW_NAME);
#elif defined(Q_OS_WIN)