From d3be383a0c0e243e8d9d5e0f8eff05fdb3a53084 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Wed, 29 Feb 2012 17:35:24 +1000 Subject: QtLocation: Add hard dependency on qtjsondb to qtlocation. Currently there is a soft dependency on qtjsondb. This change makes it a hard dependency. Change-Id: Iba29c91093c3c6c67c4121f6f220e62686708040 Reviewed-by: abcd Reviewed-by: Rohan McGovern Reviewed-by: Aaron McCarthy --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index 6813d285..30d7ab82 100644 --- a/qt.pro +++ b/qt.pro @@ -67,7 +67,7 @@ module_qtqa.depends = module_qtbase module_qtlocation.subdir = $$IN_PWD/qtlocation module_qtlocation.target = module-qtlocation -module_qtlocation.depends = module_qtbase module_qtdeclarative module_qt3d +module_qtlocation.depends = module_qtbase module_qtdeclarative module_qt3d module_qtjsondb module_qtsensors.subdir = $$IN_PWD/qtsensors module_qtsensors.target = module-qtsensors -- cgit v1.2.3