OSDN Git Service

Compile fix.
authorRobert Loehning <robert.loehning@nokia.com>
Mon, 15 Mar 2010 16:03:11 +0000 (17:03 +0100)
committerRobert Loehning <robert.loehning@nokia.com>
Mon, 15 Mar 2010 16:03:11 +0000 (17:03 +0100)
src/plugins/qt4projectmanager/qtversionmanager.cpp

index 72d63d6..b894715 100644 (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;
             }