diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-18 22:36:15 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-18 22:36:15 (GMT) |
commit | 0a9953a8382acd59005a443b767f89c2582c41a6 (patch) | |
tree | 1d03078cb9e992cef4b834f1a6b2bd2abbd2ba80 | |
parent | f53a7044920409f57bc466631450dd77bea7b5b4 (diff) | |
parent | aa664a9d193f450134540ef285a0e1ac755984e8 (diff) | |
download | Qt-0a9953a8382acd59005a443b767f89c2582c41a6.zip Qt-0a9953a8382acd59005a443b767f89c2582c41a6.tar.gz Qt-0a9953a8382acd59005a443b767f89c2582c41a6.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
fix epic fail from 4ba6646
-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) { |