mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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 <amos.choy@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
92c6ddea46
commit
d3be383a0c
2
qt.pro
2
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
|
||||
|
||||
Reference in New Issue
Block a user