cmakelists
This commit is contained in:
parent
767a7e891f
commit
8039f99e89
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ QStringList PluginFactory::pluginPaths() const {
|
||||||
paths << QCoreApplication::applicationDirPath();
|
paths << QCoreApplication::applicationDirPath();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NDEBUG)
|
#if !defined(NDEBUG)
|
||||||
paths << QCoreApplication::applicationDirPath() + QDir::separator() + QL1S("..") + QDir::separator();
|
paths << QCoreApplication::applicationDirPath() + QDir::separator() + QL1S("..") + QDir::separator();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue