From 8039f99e892177dc8cd120fe4b31cc95e7f7c48b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 20 Mar 2024 10:23:00 +0100 Subject: [PATCH] cmakelists --- src/librssguard/miscellaneous/pluginfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librssguard/miscellaneous/pluginfactory.cpp b/src/librssguard/miscellaneous/pluginfactory.cpp index 7f0937a78..123099408 100644 --- a/src/librssguard/miscellaneous/pluginfactory.cpp +++ b/src/librssguard/miscellaneous/pluginfactory.cpp @@ -67,7 +67,7 @@ QStringList PluginFactory::pluginPaths() const { paths << QCoreApplication::applicationDirPath(); #endif -#if defined(NDEBUG) +#if !defined(NDEBUG) paths << QCoreApplication::applicationDirPath() + QDir::separator() + QL1S("..") + QDir::separator(); #endif