Windows: Fix handling of -nomake.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Wed, 28 Mar 2012 08:07:34 +0000 (10:07 +0200)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>
Wed, 28 Mar 2012 08:07:34 +0000 (10:07 +0200)
Add to list of disabled build parts (see
b9a498bf514255b2a6298f44801d3d43c958044c).
This fixes the tests are currently built in developer-build
despite "-nomake tests".

Change-Id: I43282112e03328dd89d8c874ca31b0483742ddb3

tools/configure/configureapp.cpp

index 9ff402d..1b25911 100644 (file)
@@ -958,7 +958,7 @@ void Configure::parseCmdLine()
             ++i;
             if (i == argCount)
                 break;
-            nobuildParts.removeAll(configCmdLine.at(i));
+            nobuildParts.append(configCmdLine.at(i));
         }
 
         // Directories ----------------------------------------------