From 1ded9ce798e111804eaba0a2940d714a657d4358 Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Mon, 15 Mar 2010 17:03:11 +0100 Subject: [PATCH] Compile fix. --- src/plugins/qt4projectmanager/qtversionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qt4projectmanager/qtversionmanager.cpp b/src/plugins/qt4projectmanager/qtversionmanager.cpp index 72d63d6afbc..b894715cef6 100644 --- a/src/plugins/qt4projectmanager/qtversionmanager.cpp +++ b/src/plugins/qt4projectmanager/qtversionmanager.cpp @@ -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; } -- GitLab