From 28460e497c51bc224a69baf2565f1b121bca46df Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 12 Jun 2013 12:31:53 +0200 Subject: Remove JsonDB from QtSystems and QtLocation dependency list There is no optional jsondb build anymore Change-Id: I902464dec14555794e80dde9eb81ca2dad2baeda Reviewed-by: Oswald Buddenhagen --- qt.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index 218701ab..436ee303 100644 --- a/qt.pro +++ b/qt.pro @@ -65,8 +65,8 @@ addModule(qtmultimedia, qtdeclarative) addModule(qtactiveqt, qtbase) addModule(qt3d, qtdeclarative) addModule(qtjsondb, qtdeclarative) -addModule(qtsystems, qtbase, qtdeclarative qtjsondb) -addModule(qtlocation, qtbase, qt3d qtjsondb qtsystems qtmultimedia) +addModule(qtsystems, qtbase, qtdeclarative) +addModule(qtlocation, qtbase, qt3d qtsystems qtmultimedia) addModule(qtsensors, qtbase, qtdeclarative) addModule(qtconnectivity, qtsystems) addModule(qtfeedback, qtdeclarative, qtmultimedia) -- cgit v1.2.3