mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 14:51:24 +08:00
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:
committed by
Qt by Nokia
parent
c184989127
commit
d5d07c89f8
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -228,6 +228,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
||||
qtdoc
|
||||
qtdocgallery
|
||||
qtfeedback
|
||||
qtjsondb
|
||||
qtlocation
|
||||
qtmultimedia
|
||||
qtphonon
|
||||
|
||||
7
qt.pro
7
qt.pro
@@ -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
1
qtjsondb
Submodule
Submodule qtjsondb added at 54efae2d24
Reference in New Issue
Block a user