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
@ -1548,9 +1548,7 @@ QString Application::getJarPath(QString jarFile)
|
||||
#endif
|
||||
FS::PathCombine(m_rootPath, "jars"),
|
||||
FS::PathCombine(applicationDirPath(), "jars"),
|
||||
#if !defined(NDEBUG)
|
||||
FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir , for debuging
|
||||
#endif
|
||||
};
|
||||
for(QString p : potentialPaths)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user