forked from qt-creator/qt-creator
Fix crash
This commit is contained in:
@@ -1417,7 +1417,6 @@ QString QtVersion::buildDebuggingHelperLibrary()
|
||||
if (!directory.isEmpty())
|
||||
output += DebuggingHelperLibrary::buildDebuggingHelperLibrary(directory, tc->makeCommand(), qmakeCommand(), env);
|
||||
m_hasDebuggingHelper = !debuggingHelperLibrary().isEmpty();
|
||||
delete tc;
|
||||
return output;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user