mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Add qtwebview as submodule
Change-Id: I6a69b08945767f4cb8f4164630c726cf8bf552bb Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
committed by
Simon Hausmann
parent
4116ec2474
commit
4c520caa69
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -176,3 +176,8 @@
|
||||
url = ../qtcanvas3d.git
|
||||
branch = 5.6
|
||||
initrepo = true
|
||||
[submodule "qtwebview"]
|
||||
path = qtwebview
|
||||
url = ../qtwebview.git
|
||||
branch = 5.6
|
||||
initrepo = true
|
||||
|
||||
1
qt.pro
1
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)
|
||||
|
||||
1
qtwebview
Submodule
1
qtwebview
Submodule
Submodule qtwebview added at 1b5a69309d
Reference in New Issue
Block a user