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 --- build.dependencies | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'build.dependencies') diff --git a/build.dependencies b/build.dependencies index 05b6f80f..80c219b6 100644 --- a/build.dependencies +++ b/build.dependencies @@ -17,16 +17,15 @@ use Config; "qtgraphicaleffects" => "qtbase,qtdeclarative,qtxmlpatterns", "qtimageformats" => "qtbase", "qtjsbackend" => "qtbase", - "qtjsondb" => "qtbase,qtdeclarative,qtxmlpatterns", - "qtlocation" => "qtbase,qtdeclarative,qt3d,qtjsondb:s", + "qtlocation" => "qtbase,qtdeclarative,qt3d", "qtmultimedia" => "qtbase,qtdeclarative", - "qtpim" => "qtdeclarative,qtjsondb:s", + "qtpim" => "qtdeclarative", "qtqa" => "qtbase", "qtquick1" => "qtbase,qtscript,qtxmlpatterns,qttools,qtsvg:s", "qtscript" => "qtbase", "qtsensors" => "qtbase,qtdeclarative", "qtsvg" => "qtbase", - "qtsystems" => "qtbase,qtdeclarative,qtjsondb:s", + "qtsystems" => "qtbase,qtdeclarative", "qttools" => "qtbase,qtdeclarative,qtwebkit:s", "qttranslations" => "qttools", "qtwebkit" => "qtbase,qtscript,qtdeclarative,qtquick1,qtlocation", -- cgit v1.2.3