diff --git a/.gitmodules b/.gitmodules index 57a2b261..804c0e84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -176,3 +176,8 @@ url = ../qtcanvas3d.git branch = 5.6 initrepo = true +[submodule "qtwebview"] + path = qtwebview + url = ../qtwebview.git + branch = 5.6 + initrepo = true diff --git a/qt.pro b/qt.pro index 0147ad2b..2ea0fb04 100644 --- a/qt.pro +++ b/qt.pro @@ -58,6 +58,7 @@ ANDROID_EXTRAS = android: ANDROID_EXTRAS = qtandroidextras addModule(qtbase) +addModule(qtwebview, qtdeclarative, qtwebengine) addModule(qtandroidextras, qtbase) addModule(qtmacextras, qtbase) addModule(qtx11extras, qtbase) diff --git a/qtwebview b/qtwebview new file mode 160000 index 00000000..1b5a6930 --- /dev/null +++ b/qtwebview @@ -0,0 +1 @@ +Subproject commit 1b5a69309d2702b8339c9829f86ea685ca4ad903