summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-07-12 09:10:43 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-07-12 09:18:53 (GMT)
commit4ba6646150300feb79af9510c7c5d238d653a98e (patch)
tree33e41ebb0fca8e0f0f2889e9bd9ffeebed6caaa8 /bin
parent29dcc069ba9a2c38b4461d5fd19d5fa9a1531595 (diff)
downloadQt-4ba6646150300feb79af9510c7c5d238d653a98e.zip
Qt-4ba6646150300feb79af9510c7c5d238d653a98e.tar.gz
Qt-4ba6646150300feb79af9510c7c5d238d653a98e.tar.bz2
syncqt: don't try to split %module's values
Using semiconlon separated directory lists in module values is broken and unused. Removing this feature. Task-number: QTBUG-4586 Reviewed-by: ossi
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 4f8e343..d665e87 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -960,7 +960,7 @@ if($check_includes) {
#iteration info
my $lib = $_;
my $dir = "$modules{$lib}";
- foreach (split(/;/, $dir)) {
+ {
my $current_dir = "$_";
#calc subdirs
my @subdirs = ($current_dir);