mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
Add qtcanvas3d as submodule
[ChangeLog][General] Added QtCanvas3D module, a JavaScript 3D rendering API for QtQuick. Change-Id: I9448f87ba8c8ccfb2dd6cf790d29bb561b9e9740 Reviewed-by: Pasi Keränen <pasi.keranen@digia.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
This commit is contained in:
committed by
Jani Heikkinen
parent
3e40bbd114
commit
682766b9fa
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -173,3 +173,8 @@
|
|||||||
url = ../qtwebengine.git
|
url = ../qtwebengine.git
|
||||||
branch = dev
|
branch = dev
|
||||||
initrepo = true
|
initrepo = true
|
||||||
|
[submodule "qtcanvas3d"]
|
||||||
|
path = qtcanvas3d
|
||||||
|
url = ../qtcanvas3d.git
|
||||||
|
branch = dev
|
||||||
|
initrepo = true
|
||||||
|
|||||||
1
qt.pro
1
qt.pro
@@ -81,6 +81,7 @@ addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit)
|
|||||||
addModule(qtwebkit-examples, qtwebkit qttools)
|
addModule(qtwebkit-examples, qtwebkit qttools)
|
||||||
addModule(qtimageformats, qtbase)
|
addModule(qtimageformats, qtbase)
|
||||||
addModule(qt3d, qtdeclarative qtimageformats)
|
addModule(qt3d, qtdeclarative qtimageformats)
|
||||||
|
addModule(qtcanvas3d, qtdeclarative)
|
||||||
addModule(qtgraphicaleffects, qtdeclarative)
|
addModule(qtgraphicaleffects, qtdeclarative)
|
||||||
addModule(qtscript, qtbase, qttools)
|
addModule(qtscript, qtbase, qttools)
|
||||||
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)
|
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)
|
||||||
|
|||||||
1
qtcanvas3d
Submodule
1
qtcanvas3d
Submodule
Submodule qtcanvas3d added at 916c59c00c
Reference in New Issue
Block a user