From 353138baaae4b437e3f30b30d76667c8428b1be2 Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Wed, 7 Apr 2010 11:47:15 +0200 Subject: A minor fix to allow multiple directories in modules name map of syncqt Reviewed-by: Marius Storm-Olsen Task-number: QTBUG-4586 --- bin/syncqt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/syncqt b/bin/syncqt index be4af2a..71f2eab 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -898,7 +898,8 @@ foreach (@modules_to_sync) { push @master_includes, "$out_basedir/include/phonon_compat/Phonon/Phonon" if ($lib eq "phonon"); foreach my $master_include (@master_includes) { #generate the "master" include file - $pri_install_files .= fixPaths($master_include, "$modules{$lib}") . " "; #get the master file installed too + my @tmp = split(/;/,$modules{$lib}); + $pri_install_files .= fixPaths($master_include, "$tmp[0]") . " "; #get the master file installed too if($master_include && -e "$master_include") { open MASTERINCLUDE, "<$master_include"; local $/; -- cgit v0.12