From 725a51b1d83626e16989804707356baa909c339f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 24 Aug 2012 20:48:25 +0200 Subject: Remove qtjsondb from qt5.git The jsondb module has been ongoing research work. But it won't be done in time for Qt 5.0, and is currently also less relevant. It's also currently not being actively worked on. So let's remove it from the list of modules compiled with qt5.git and keep it as research. The module can still be compiled stand-alone on top of the Qt essentials. Change-Id: I6fd4524cae43b803a842788ff22a7525dc7bc0e6 Reviewed-by: Yuchen Deng Reviewed-by: Kevin Simons --- qt.pro | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index c26cd760..730008ee 100644 --- a/qt.pro +++ b/qt.pro @@ -101,10 +101,6 @@ module_qtwayland.depends = module_qtbase module_qtdeclarative # not yet enabled by default module_qtwayland.CONFIG = no_default_target no_default_install -module_qtjsondb.subdir = qtjsondb -module_qtjsondb.target = module-qtjsondb -module_qtjsondb.depends = module_qtbase module_qtdeclarative - module_qtimageformats.subdir = qtimageformats module_qtimageformats.target = module-qtimageformats module_qtimageformats.depends = module_qtbase @@ -140,13 +136,6 @@ exists(qtjsbackend/qtjsbackend.pro): SUBDIRS += module_qtjsbackend exists(qtdeclarative/qtdeclarative.pro): SUBDIRS += module_qtdeclarative exists(qt3d/qt3d.pro): SUBDIRS += module_qt3d exists(qtscript/qtscript.pro): SUBDIRS += module_qtscript -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_qtsystems.depends += module_qtjsondb - module_qtlocation.depends += module_qtjsondb -} exists(qtlocation/qtlocation.pro) { SUBDIRS += module_qtlocation # These modules do not require qtlocation, but can use it if it is available -- cgit v1.2.3