summaryrefslogtreecommitdiffstats
path: root/patches/0084-Load-the-sync.profile-after-setting-the-variables.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0084-Load-the-sync.profile-after-setting-the-variables.patch')
-rw-r--r--patches/0084-Load-the-sync.profile-after-setting-the-variables.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/0084-Load-the-sync.profile-after-setting-the-variables.patch b/patches/0084-Load-the-sync.profile-after-setting-the-variables.patch
index c8b6be4..6db3ed9 100644
--- a/patches/0084-Load-the-sync.profile-after-setting-the-variables.patch
+++ b/patches/0084-Load-the-sync.profile-after-setting-the-variables.patch
@@ -1,4 +1,4 @@
-From de6bbe65a5b10457caa2e4e65c88f955e3c84f4a Mon Sep 17 00:00:00 2001
+From 12eddfa96ad7e18f1a04745b6b4c0ba9d9a2e2f5 Mon Sep 17 00:00:00 2001
From: Prasanth Ullattil <[email protected]>
Date: Thu, 10 Mar 2011 16:23:01 +0100
Subject: [PATCH] Load the sync.profile after setting the variables.
@@ -8,10 +8,10 @@ Subject: [PATCH] Load the sync.profile after setting the variables.
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/qtbase/bin/syncqt b/qtbase/bin/syncqt
-index 9d6a17f..c6f5007 100755
+index 4c996cc..e6ef527 100755
--- a/qtbase/bin/syncqt
+++ b/qtbase/bin/syncqt
-@@ -716,6 +716,16 @@ die "Cannot automatically detect/use provided path to QtBase's build directory!\
+@@ -718,6 +718,16 @@ die "Cannot automatically detect/use provided path to QtBase's build directory!\
# if we have no $basedir we cannot be sure which sources you want, so die
die "Could not find any sync.profile for your module!\nPass <module directory> to syncqt to sync your header files.\nsyncqt failed" if (!$basedir);
@@ -28,7 +28,7 @@ index 9d6a17f..c6f5007 100755
# load the module's sync.profile here, before we can
loadSyncProfile(\$basedir, \$out_basedir);
-@@ -727,15 +737,6 @@ $isunix = checkUnix; #cache checkUnix
+@@ -729,15 +739,6 @@ $isunix = checkUnix; #cache checkUnix
mkpath "$out_basedir/include", !$quiet;
mkpath "$out_basedir/include/Qt", !$quiet;
@@ -45,5 +45,5 @@ index 9d6a17f..c6f5007 100755
foreach my $lib (@modules_to_sync) {
#iteration info
--
-1.7.3.2.343.g7d43d
+1.7.3.4