Compile fix.

This commit is contained in:
Robert Loehning
2009-10-28 19:03:18 +01:00
parent 943a091e82
commit 232b3c5bc3

View File

@@ -1376,7 +1376,7 @@ QString QtVersion::buildDebuggingHelperLibrary()
QList<QSharedPointer<ProjectExplorer::ToolChain> > alltc = toolChains();
ProjectExplorer::ToolChain *tc = alltc.isEmpty() ? 0 : alltc.first().data();
if (!tc)
return QApplication::tr("The Qt Version has no toolchain.");)
return QApplication::tr("The Qt Version has no toolchain.");
tc->addToEnvironment(env);
QString output;
QString directory = DebuggingHelperLibrary::copyDebuggingHelperLibrary(qtInstallData, &output);