summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-03 10:06:23 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-03 15:09:12 +0100
commite890821c3c1042f425643facbbbb0e036f5304b6 (patch)
tree01deef16bf1a51b5eba508e1953704935c183c8d /bin
parent3970bd54380a9438ce4765b0bb9a72d2b8bf2662 (diff)
downloadqt4-tools-e890821c3c1042f425643facbbbb0e036f5304b6.tar.gz
exclude headers in builddir from -copy option
Reviewed-by: joerg
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 0f645177ad..6c5729a801 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -880,7 +880,7 @@ foreach my $lib (@modules_to_sync) {
@headers = ( "$out_basedir/include/$lib/private/$header" );
}
foreach(@headers) { #sync them
- $header_copies++ if(syncHeader($_, $iheader, $copy_headers, $ts));
+ $header_copies++ if(syncHeader($_, $iheader, $copy_headers && !$shadow, $ts));
}
if($public_header) {