OSDN Git Service

Now it's looking better
authorPawel Polanski <pawel.3.polanski@nokia.com>
Fri, 20 May 2011 11:43:36 +0000 (13:43 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Fri, 20 May 2011 13:15:15 +0000 (15:15 +0200)
Change-Id: Ic6cbc95feb121f09eb2e14c08a9ab680018dc760
Reviewed-on: http://codereview.qt.nokia.com/39
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
src/plugins/qt4projectmanager/qt4buildconfiguration.cpp

index 23f3c98..5ecba6e 100644 (file)
@@ -839,7 +839,7 @@ void Qt4BuildConfiguration::importFromBuildDirectory()
             // Adjust command line arguments, this is ugly as hell
             // If we are switching to BuildAll we want "release" in there and no "debug"
             // or "debug" in there and no "release"
-            // If we are switching to not BuildAl we want neither "release" nor "debug" in there
+            // If we are switching to not BuildAll we want neither "release" nor "debug" in there
             bool debug = qmakeBuildConfig & BaseQtVersion::DebugBuild;
             bool haveTag = !(qmakeBuildConfig & BaseQtVersion::BuildAll);
             QString makeCmdArguments = makeStep()->userArguments();
@@ -871,4 +871,3 @@ BuildConfiguration::BuildType Qt4BuildConfiguration::buildType() const
     else
         return Release;
 }
-