cmakelists

This commit is contained in:
Martin Rotter 2024-03-20 10:23:00 +01:00 committed by martinrotter
parent 767a7e891f
commit 8039f99e89

View File

@ -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