mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Remove docgallery from qt5.git
The document gallery has been pretty much unmaintained for a year now and the only backends we have are for tracker (ie. the N9), the deprecated jsondb client API and the simulator. it doesn't work anywhere else currently. Change-Id: I5c12e23be7ed8862e891e996fbd6191e79f4fdef Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -55,9 +55,6 @@
|
||||
[submodule "qtfeedback"]
|
||||
path = qtfeedback
|
||||
url = git://gitorious.org/qt/qtfeedback.git
|
||||
[submodule "qtdocgallery"]
|
||||
path = qtdocgallery
|
||||
url = git://gitorious.org/qt/qtdocgallery.git
|
||||
[submodule "qtpim"]
|
||||
path = qtpim
|
||||
url = git://gitorious.org/qt/qtpim.git
|
||||
|
||||
@@ -13,7 +13,6 @@ use Config;
|
||||
"qtconnectivity" => "qtsystems",
|
||||
"qtdeclarative" => "qtbase,qtxmlpatterns,qtjsbackend",
|
||||
"qtdoc" => "qtbase,qtdeclarative",
|
||||
"qtdocgallery" => "qtbase,qtdeclarative,qtjsondb:s",
|
||||
"qtfeedback" => "qtbase,qtmultimedia,qtdeclarative",
|
||||
"qtgraphicaleffects" => "qtbase,qtdeclarative,qtxmlpatterns",
|
||||
"qtimageformats" => "qtbase",
|
||||
|
||||
@@ -226,7 +226,6 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtconnectivity
|
||||
qtdeclarative
|
||||
qtdoc
|
||||
qtdocgallery
|
||||
qtfeedback
|
||||
qtgraphicaleffects
|
||||
qtimageformats
|
||||
|
||||
6
qt.pro
6
qt.pro
@@ -87,10 +87,6 @@ module_qt3d.subdir = qt3d
|
||||
module_qt3d.target = module-qt3d
|
||||
module_qt3d.depends = module_qtbase module_qtdeclarative
|
||||
|
||||
module_qtdocgallery.subdir = qtdocgallery
|
||||
module_qtdocgallery.target = module-qtdocgallery
|
||||
module_qtdocgallery.depends = module_qtbase module_qtdeclarative
|
||||
|
||||
module_qtpim.subdir = qtpim
|
||||
module_qtpim.target = module-qtpim
|
||||
module_qtpim.depends = module_qtdeclarative
|
||||
@@ -148,7 +144,6 @@ exists(qtjsondb/qtjsondb.pro) {
|
||||
SUBDIRS += module_qtjsondb
|
||||
# These modules do not require qtjsondb, but can use it if it is available
|
||||
module_qtpim.depends += module_qtjsondb
|
||||
module_qtdocgallery.depends += module_qtjsondb
|
||||
module_qtsystems.depends += module_qtjsondb
|
||||
module_qtlocation.depends += module_qtjsondb
|
||||
}
|
||||
@@ -174,7 +169,6 @@ exists(qtmultimedia/qtmultimedia.pro) {
|
||||
module_qtlocation.depends += module_qtmultimedia
|
||||
}
|
||||
exists(qtfeedback/qtfeedback.pro): SUBDIRS += module_qtfeedback
|
||||
exists(qtdocgallery/qtdocgallery.pro): SUBDIRS += module_qtdocgallery
|
||||
exists(qtpim/qtpim.pro): SUBDIRS += module_qtpim
|
||||
exists(qtconnectivity/qtconnectivity.pro): SUBDIRS += module_qtconnectivity
|
||||
exists(qtactiveqt/qtactiveqt.pro) {
|
||||
|
||||
Submodule qtdocgallery deleted from f3fa41d4a9
Reference in New Issue
Block a user