don't check modules which were not requested

Change-Id: I4928b37239af21dfc6edc84f1e989a2717614629
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-12-04 21:58:41 +01:00 committed by The Qt Project
parent 943c04d879
commit 4b819803f6

View File

@ -1146,7 +1146,7 @@ unless($showonly || !$create_uic_class_map) {
}
if($check_includes) {
for my $lib (keys(%modules)) {
foreach my $lib (@modules_to_sync) {
#calc subdirs
my @subdirs = listSubdirs(map { s/^\^//; $_ } split(/;/, $modules{$lib}));