Skip doc subfolders when checking includes.
This removes the bogus warnings when running syncqt from configure about snippets in the doc/ folders. Change-Id: I8e3d258238c1cd1e763ce63b895d58b68bbc06f3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
19d1eb06b3
commit
a70eb262c1
@ -1150,7 +1150,8 @@ if($check_includes) {
|
||||
push @subdirs, "$subdir/$t" if(-d "$subdir/$t" && !($t eq ".") &&
|
||||
!($t eq "..") && !($t eq ".obj") &&
|
||||
!($t eq ".moc") && !($t eq ".rcc") &&
|
||||
!($t eq ".uic") && !($t eq "build"));
|
||||
!($t eq ".uic") && !($t eq "build") &&
|
||||
!($t eq "doc"));
|
||||
}
|
||||
closedir DIR;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user