Added new module, qtjsondb.

Not yet enabled by default.

Change-Id: I07093f8770a7b2f05aa777cbf949a30478dacc67
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
This commit is contained in:
Sergio Ahumada
2011-10-28 16:22:01 +02:00
committed by Qt by Nokia
parent c184989127
commit d5d07c89f8
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -73,3 +73,6 @@
[submodule "qtwayland"]
path = qtwayland
url = git://gitorious.org/qt/qtwayland.git
[submodule "qtjsondb"]
path = qtjsondb
url = git://gitorious.org/qt/qtjsondb.git

View File

@@ -228,6 +228,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtdoc
qtdocgallery
qtfeedback
qtjsondb
qtlocation
qtmultimedia
qtphonon

7
qt.pro
View File

@@ -103,6 +103,12 @@ module_qtwayland.depends = module_qtbase
# not yet enabled by default
module_qtwayland.CONFIG = no_default_target no_default_install
module_qtjsondb.subdir = $$IN_PWD/qtjsondb
module_qtjsondb.target = module-qtjsondb
module_qtjsondb.depends = module_qtbase module_qtdeclarative module_qtsvg module_qtxmlpatterns
# not yet enabled by default
module_qtjsondb.CONFIG = no_default_target no_default_install
# only qtbase is required to exist. The others may not - but it is the
# users responsibility to ensure that all needed dependencies exist, or
# it may not build.
@@ -130,6 +136,7 @@ exists(qtdocgallery/qtdocgallery.pro): SUBDIRS += module_qtdocgallery
exists(qtpim/qtpim.pro): SUBDIRS += module_qtpim
exists(qtconnectivity/qtconnectivity.pro): SUBDIRS += module_qtconnectivity
exists(qtwayland/qtwayland.pro): SUBDIRS += module_qtwayland
exists(qtjsondb/qtjsondb.pro): SUBDIRS += module_qtjsondb
exists(qtwebkit/Tools/Scripts/build-webkit) {
SUBDIRS += module_qtwebkit \

1
qtjsondb Submodule

Submodule qtjsondb added at 54efae2d24