aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-26 19:05:06 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:45:38 +0200
commit124a9e2e2ceed67506dce779e4f5c134fd600a7e (patch)
treecb7dc4cde28b1a0d314d94dd3624147449784155 /configure
parente0adea22c11c4c091531b0c262ace3d61985f3a0 (diff)
Removed WebKit patches.
They are not needed anymore after the patches were submitted to the qtwebkit repository on gitorious.org.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 2160249a..69a5d865 100755
--- a/configure
+++ b/configure
@@ -46,8 +46,6 @@ my $outpath = getcwd();
system_v("perl $relpath/init-repository -q") and die("init-repository failed");
-system_v("perl $relpath/fix-webkit") and die("Applying webkit patches failed");
-
ensureDir("$outpath/qtbase");
chdir("$outpath/qtbase");
system_v("$relpath/qtbase/configure @ARGV");