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 | 8 |
1 files changed, 4 insertions, 4 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 a4a5d31..8d42e28 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 @@ -4,13 +4,13 @@ Date: Mon, 15 Nov 2010 16:43:22 +0100 Subject: [PATCH] Expose private support for separate module in syncqt. --- - qtkernel/bin/syncqt | 5 ++++- + qtbase/bin/syncqt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) -diff --git a/qtkernel/bin/syncqt b/qtkernel/bin/syncqt +diff --git a/qtbase/bin/syncqt b/qtbase/bin/syncqt index 9d5eece..b8162d2 100755 ---- a/qtkernel/bin/syncqt -+++ b/qtkernel/bin/syncqt +--- a/qtbase/bin/syncqt ++++ b/qtbase/bin/syncqt @@ -82,6 +82,7 @@ sub showUsage print " -outdir <PATH> Specify output directory for sync (default: $out_basedir)\n"; print " -quiet Only report problems, not activity (default: " . ($quiet ? "yes" : "no") . ")\n"; |
