don't complain about missing macros in <module>version.h
we just generated them, and they really don't need QT_{BEGIN,END}_*. Change-Id: Ib7b2454ae80762e644d9667106960cc7632f90fc Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
0aa0093479
commit
6c9e8e611f
@ -1125,6 +1125,7 @@ if($check_includes) {
|
||||
foreach my $header (@headers) {
|
||||
my $header_skip_qt_begin_namespace_test = 0;
|
||||
$header = 0 if($header =~ /^ui_.*.h/);
|
||||
$header = 0 if ($header eq lc($lib)."version.h");
|
||||
foreach (@ignore_headers) {
|
||||
$header = 0 if($header eq $_);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user