summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/syncqt3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 7589e696a4..fbeee2704a 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -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;
}