From d5d07c89f8e691e874549dd40d0263a3828240f3 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 28 Oct 2011 16:22:01 +0200 Subject: Added new module, qtjsondb. Not yet enabled by default. Change-Id: I07093f8770a7b2f05aa777cbf949a30478dacc67 Sanity-Review: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Denis Dzyubenko --- qt.pro | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index 8d0550eb..7673ae61 100644 --- a/qt.pro +++ b/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 \ -- cgit v1.2.3