diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-08-18 12:05:55 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-08-18 12:34:11 (GMT) |
commit | aa664a9d193f450134540ef285a0e1ac755984e8 (patch) | |
tree | 1d03078cb9e992cef4b834f1a6b2bd2abbd2ba80 | |
parent | f087ad801b19ffa32a538269cd1475ead963f013 (diff) | |
download | Qt-aa664a9d193f450134540ef285a0e1ac755984e8.zip Qt-aa664a9d193f450134540ef285a0e1ac755984e8.tar.gz Qt-aa664a9d193f450134540ef285a0e1ac755984e8.tar.bz2 |
fix epic fail from 4ba6646
Reviewed-by: ossi
-rwxr-xr-x | bin/syncqt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -961,7 +961,7 @@ if($check_includes) { my $lib = $_; my $dir = "$modules{$lib}"; { - my $current_dir = "$_"; + my $current_dir = $dir; #calc subdirs my @subdirs = ($current_dir); foreach (@subdirs) { |