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:
Pasi Keranen
2015-02-11 10:04:37 +02:00
committed by Jani Heikkinen
parent 3e40bbd114
commit 682766b9fa
3 changed files with 7 additions and 0 deletions

5
.gitmodules vendored
View File

@@ -173,3 +173,8 @@
url = ../qtwebengine.git
branch = dev
initrepo = true
[submodule "qtcanvas3d"]
path = qtcanvas3d
url = ../qtcanvas3d.git
branch = dev
initrepo = true

1
qt.pro
View File

@@ -81,6 +81,7 @@ addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit)
addModule(qtwebkit-examples, qtwebkit qttools)
addModule(qtimageformats, qtbase)
addModule(qt3d, qtdeclarative qtimageformats)
addModule(qtcanvas3d, qtdeclarative)
addModule(qtgraphicaleffects, qtdeclarative)
addModule(qtscript, qtbase, qttools)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)

1
qtcanvas3d Submodule

Submodule qtcanvas3d added at 916c59c00c