diff options
Diffstat (limited to 'patches/0005-Expose-private-support-for-separate-module-in-syncqt.patch')
-rw-r--r-- | patches/0005-Expose-private-support-for-separate-module-in-syncqt.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/0005-Expose-private-support-for-separate-module-in-syncqt.patch b/patches/0005-Expose-private-support-for-separate-module-in-syncqt.patch index 8d42e28..fce2b07 100644 --- a/patches/0005-Expose-private-support-for-separate-module-in-syncqt.patch +++ b/patches/0005-Expose-private-support-for-separate-module-in-syncqt.patch @@ -1,4 +1,4 @@ -From 64a4f149f254efd723afcc160e378b04d3110980 Mon Sep 17 00:00:00 2001 +From a251c24a96f9aae635f34c0d1f77419bf98c0a75 Mon Sep 17 00:00:00 2001 From: Liang Qi <[email protected]> Date: Mon, 15 Nov 2010 16:43:22 +0100 Subject: [PATCH] Expose private support for separate module in syncqt. @@ -8,7 +8,7 @@ Subject: [PATCH] Expose private support for separate module in syncqt. 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/qtbase/bin/syncqt b/qtbase/bin/syncqt -index 9d5eece..b8162d2 100755 +index 451521c..b867106 100755 --- a/qtbase/bin/syncqt +++ b/qtbase/bin/syncqt @@ -82,6 +82,7 @@ sub showUsage @@ -19,7 +19,7 @@ index 9d5eece..b8162d2 100755 print " -help This help\n"; exit 0; } -@@ -587,6 +588,9 @@ while ( @ARGV ) { +@@ -589,6 +590,9 @@ while ( @ARGV ) { } elsif($arg eq "-quiet") { $var = "quiet"; $val = "yes"; @@ -29,7 +29,7 @@ index 9d5eece..b8162d2 100755 } elsif($arg eq "-base-dir") { # skip, it's been dealt with at the top of the file shift @ARGV; -@@ -649,7 +653,6 @@ while ( @ARGV ) { +@@ -651,7 +655,6 @@ while ( @ARGV ) { push @modules_to_sync, $module; $moduleheaders{$module} = $headerdir; $create_uic_class_map = 0; @@ -38,5 +38,5 @@ index 9d5eece..b8162d2 100755 my $outdir = $val; if(checkRelative($outdir)) { -- -1.7.3.2.343.g7d43d +1.7.3.4 |