Compile fix.

This commit is contained in:
Robert Loehning
2010-03-15 17:03:11 +01:00
parent c0b42868b0
commit 1ded9ce798

View File

@@ -1165,7 +1165,7 @@ void QtVersion::updateToolChainAndMkspec() const
// We sometimes get a mix of different slash styles here...
possibleFullPath = possibleFullPath.replace('\\', '/');
if (QFileInfo(possibleFullPath).exists()) // Only if the path exists
mkspecFullPath = possibleFullPath
mkspecFullPath = possibleFullPath;
}
break;
}