diff --git a/init-repository b/init-repository index 2183f938..392521b3 100755 --- a/init-repository +++ b/init-repository @@ -461,7 +461,7 @@ sub git_set_submodule_config if ($protocol) { # WebKit is special, and has only external link. - if ($key ne 'qtwebkit' and $key ne 'qt3d' and $key ne 'qtjsbackend') { + if ($key ne 'qtwebkit' and $key ne 'qt3d') { # qt-labs projects are still hosted under qt internally. if ($protocol ne 'http') { $value =~ s,^git://gitorious\.org/qt-labs/,${url_base_for_protocol}qt/,;