aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rwxr-xr-xinit-repository3
-rw-r--r--qt.pro6
m---------qtjsbackend0
4 files changed, 10 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index f7ee3785..90cae42d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -79,3 +79,6 @@
[submodule "qt3d"]
path = qt3d
url = git://gitorious.org/qt/qt3d.git
+[submodule "qtjsbackend"]
+ path = qtjsbackend
+ url = git://gitorious.org/qt/qtjsbackend.git
diff --git a/init-repository b/init-repository
index fffdccb9..c324eef6 100755
--- a/init-repository
+++ b/init-repository
@@ -231,6 +231,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtdocgallery
qtfeedback
qtjsondb
+ qtjsbackend
qtlocation
qtmultimedia
qtphonon
@@ -468,7 +469,7 @@ sub git_set_submodule_config
if ($protocol) {
# WebKit is special, and has only external link.
- if ($key ne 'qtwebkit' and $key ne 'qt3d') {
+ if ($key ne 'qtwebkit' and $key ne 'qt3d' and $key ne 'qtjsbackend') {
# 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/,;
diff --git a/qt.pro b/qt.pro
index 8e84f151..4f0e006d 100644
--- a/qt.pro
+++ b/qt.pro
@@ -19,9 +19,13 @@ module_qtscript.subdir = $$IN_PWD/qtscript
module_qtscript.target = module-qtscript
module_qtscript.depends = module_qtbase
+module_qtjsbackend.subdir = $$IN_PWD/qtjsbackend
+module_qtjsbackend.target = module-qtjsbackend
+module_qtjsbackend.depends = module_qtbase
+
module_qtdeclarative.subdir = $$IN_PWD/qtdeclarative
module_qtdeclarative.target = module-qtdeclarative
-module_qtdeclarative.depends = module_qtbase module_qtxmlpatterns
+module_qtdeclarative.depends = module_qtbase module_qtxmlpatterns module_qtjsbackend
module_qtwebkit.file = qtwebkit.pri
module_qtwebkit.makefile = Makefile.qtwebkit
diff --git a/qtjsbackend b/qtjsbackend
new file mode 160000
+Subproject e399c4a15d59fba66838fa1a17e306ab14470fc