remove NDEBUG check per Scrumplex's orders
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
c45fa016c0
commit
085e067fc1
1 changed files with 0 additions and 2 deletions
|
@ -1548,9 +1548,7 @@ QString Application::getJarPath(QString jarFile)
|
||||||
#endif
|
#endif
|
||||||
FS::PathCombine(m_rootPath, "jars"),
|
FS::PathCombine(m_rootPath, "jars"),
|
||||||
FS::PathCombine(applicationDirPath(), "jars"),
|
FS::PathCombine(applicationDirPath(), "jars"),
|
||||||
#if !defined(NDEBUG)
|
|
||||||
FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir , for debuging
|
FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir , for debuging
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
for(QString p : potentialPaths)
|
for(QString p : potentialPaths)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue