aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-06-12 12:31:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-21 07:56:06 +0200
commit28460e497c51bc224a69baf2565f1b121bca46df (patch)
tree1941e24b0bdbcfb8e54e9d51efe02e49f59c249a /qt.pro
parentf828e05a91be62763bb1872ba828f71012c96b06 (diff)
Remove JsonDB from QtSystems and QtLocation dependency list
There is no optional jsondb build anymore Change-Id: I902464dec14555794e80dde9eb81ca2dad2baeda Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro4
1 files changed, 2 insertions, 2 deletions
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)