summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 90b32a1a81..306c4df57a 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -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 $_);
}