mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
remove qtjsondb
It's dead, Jim. Change-Id: Id8e1ddb266018bfd582af27bb7eb860287e4567c Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Marco Bubke <marco.bubke@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
0af9ceef91
commit
597bb62d2b
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -81,9 +81,6 @@
|
|||||||
[submodule "qtwayland"]
|
[submodule "qtwayland"]
|
||||||
path = qtwayland
|
path = qtwayland
|
||||||
url = ../qtwayland.git
|
url = ../qtwayland.git
|
||||||
[submodule "qtjsondb"]
|
|
||||||
path = qtjsondb
|
|
||||||
url = ../qtjsondb.git
|
|
||||||
[submodule "qt3d"]
|
[submodule "qt3d"]
|
||||||
path = qt3d
|
path = qt3d
|
||||||
url = ../qt3d.git
|
url = ../qt3d.git
|
||||||
|
|||||||
3
qt.pro
3
qt.pro
@@ -69,7 +69,6 @@ addModule(qtmultimedia, qtbase, qtdeclarative)
|
|||||||
addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
|
addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
|
||||||
addModule(qtactiveqt, qtbase)
|
addModule(qtactiveqt, qtbase)
|
||||||
addModule(qt3d, qtdeclarative)
|
addModule(qt3d, qtdeclarative)
|
||||||
addModule(qtjsondb, qtdeclarative)
|
|
||||||
addModule(qtsystems, qtbase, qtdeclarative)
|
addModule(qtsystems, qtbase, qtdeclarative)
|
||||||
addModule(qtlocation, qtbase, qtsystems qtmultimedia)
|
addModule(qtlocation, qtbase, qtsystems qtmultimedia)
|
||||||
addModule(qtsensors, qtbase, qtdeclarative)
|
addModule(qtsensors, qtbase, qtdeclarative)
|
||||||
@@ -85,7 +84,7 @@ addModule(qtimageformats, qtbase)
|
|||||||
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)
|
||||||
addModule(qtdocgallery, qtdeclarative, qtjsondb)
|
addModule(qtdocgallery, qtdeclarative)
|
||||||
linux:!android: addModule(qtwayland, qtbase, qtdeclarative)
|
linux:!android: addModule(qtwayland, qtbase, qtdeclarative)
|
||||||
addModule(qtserialport, qtbase)
|
addModule(qtserialport, qtbase)
|
||||||
addModule(qtenginio, qtdeclarative)
|
addModule(qtenginio, qtdeclarative)
|
||||||
|
|||||||
1
qtjsondb
1
qtjsondb
Submodule qtjsondb deleted from 58223ab8aa
Reference in New Issue
Block a user