Windows: Fix handling of -nomake.

Add to list of disabled build parts (see
b9a498bf51).
This fixes the tests are currently built in developer-build
despite "-nomake tests".

Change-Id: I43282112e03328dd89d8c874ca31b0483742ddb3
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint 2012-03-28 10:07:34 +02:00 committed by Qt by Nokia
parent 448b9c00be
commit b2d205b587

View File

@ -958,7 +958,7 @@ void Configure::parseCmdLine()
++i;
if (i == argCount)
break;
nobuildParts.removeAll(configCmdLine.at(i));
nobuildParts.append(configCmdLine.at(i));
}
// Directories ----------------------------------------------