summaryrefslogtreecommitdiffstats
path: root/modularize
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-26 18:20:50 +0200
committeraxis <qt-info@nokia.com>2011-04-26 18:20:50 +0200
commit2f66cb61ffbf147292092ebe29e3d4759dfb9bda (patch)
treedc17c144831bbd41323a00afdb73b349c13e749a /modularize
parent6e80000e505eb521f754414b86eec243d8df0bc6 (diff)
The fixes needed to do the final push.
Diffstat (limited to 'modularize')
-rwxr-xr-xmodularize4
1 files changed, 2 insertions, 2 deletions
diff --git a/modularize b/modularize
index bd686db..1e3bdd6 100755
--- a/modularize
+++ b/modularize
@@ -51,7 +51,7 @@ our @repos = ('qtbase', 'qtsvg', 'qtdeclarative', 'qt3support', 'qtactiveqt',
);
# Whether we are using qtwebkit or webkit trunk.
-our $qtWebKitType = "webkit";
+our $qtWebKitType = "qtwebkit";
our $qtWebKitCloneUrl;
our $qtWebKitCheckoutRef;
@@ -60,7 +60,7 @@ if ($qtWebKitType =~ /^webkit$/) {
$qtWebKitCheckoutRef = "f1bfaac6bd42996c6a41ad2174b79ae200652759"; # master
} else {
$qtWebKitCloneUrl = "git://gitorious.org/webkit/qtwebkit.git";
- $qtWebKitCheckoutRef = "f3f39d43672e979521897a5dda98840ea63c238a"; #"refs/remotes/origin/qtwebkit-2.2";
+ $qtWebKitCheckoutRef = "f1bfaac6bd42996c6a41ad2174b79ae200652759"; #"refs/remotes/origin/qt-modularization-base";
}