aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rwxr-xr-xinit-repository2
-rw-r--r--qt.pro1
m---------qtwebengine0
4 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 66b86f89..1793289b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -106,3 +106,6 @@
[submodule "qtwebchannel"]
path = qtwebchannel
url = ../qtwebchannel.git
+[submodule "qtwebengine"]
+ path = qtwebengine
+ url = ../qtwebengine.git
diff --git a/init-repository b/init-repository
index 22254893..6f02a142 100755
--- a/init-repository
+++ b/init-repository
@@ -235,6 +235,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qttranslations
qtwayland
qtwebchannel
+ qtwebengine
qtwebkit
qtwebkit-examples
qtwebsockets
@@ -268,6 +269,7 @@ my @DEFAULT_REPOS = qw(
qttranslations
qtwayland
qtwebchannel
+ qtwebengine
qtwebsockets
qtwebkit
qtwebkit-examples
diff --git a/qt.pro b/qt.pro
index 3a51f9a5..b7a73797 100644
--- a/qt.pro
+++ b/qt.pro
@@ -89,6 +89,7 @@ addModule(qtdocgallery, qtdeclarative, qtjsondb)
linux:!android: addModule(qtwayland, qtbase, qtdeclarative)
addModule(qtserialport, qtbase)
addModule(qtenginio, qtdeclarative)
+addModule(qtwebengine, qtquickcontrols, qtwebkit)
addModule(qttranslations, qttools)
addModule(qtdoc, qtdeclarative)
addModule(qtqa, qtbase)
diff --git a/qtwebengine b/qtwebengine
new file mode 160000
+Subproject f9c1fb9a88144aa546879085f74eb701651b959