Fix crash

This commit is contained in:
dt
2009-11-10 13:28:55 +01:00
parent 5e637f3831
commit 4769ceb020

View File

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