summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-03 20:31:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 13:57:45 +0100
commit27b66e43c08faed5e76399cfcbaba75a63bfc020 (patch)
tree198bbd33f3cc03762cf566e01361cd15d963a1ef /bin
parent9c4b3dfcafa0313b14e28e398ff3df6316a7b6eb (diff)
remove vestiges of QT_MODULE() checking code
Change-Id: Icf863c3ca7218af54cb5698d848db786d49481cc Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 896ee742c5..21ddff48a7 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -1148,12 +1148,6 @@ if($check_includes) {
my @subdirs = listSubdirs($modules{$lib});
foreach my $subdir (@subdirs) {
- my $header_skip_qt_module_test = 0;
- foreach(@ignore_for_qt_module_check) {
- foreach (split(/;/, $_)) {
- $header_skip_qt_module_test = 1 if ($subdir =~ /^$_/);
- }
- }
my @headers = findFiles($subdir, "^[-a-z0-9_]*\\.h\$" , 0);
foreach my $header (@headers) {
my $header_skip_qt_begin_header_test = 0;