Removed WebKit patches.

They are not needed anymore after the patches were submitted to the
qtwebkit repository on gitorious.org.
This commit is contained in:
axis
2011-04-26 19:05:06 +02:00
parent e0adea22c1
commit 124a9e2e2c
14 changed files with 0 additions and 750 deletions

2
configure vendored
View File

@@ -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");