From 9fc87120092d1a7752f077add412d80e3e3b3503 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 7 May 2013 15:56:12 +0200 Subject: [PATCH] qtlocation: add qtjsondb instead of qtdeclarative dependency Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtlocation.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtlocation.inc b/recipes-qt/qt5/qtlocation.inc index 0bcb3805cb..e24516c4cc 100644 --- a/recipes-qt/qt5/qtlocation.inc +++ b/recipes-qt/qt5/qtlocation.inc @@ -1,5 +1,6 @@ require qt5.inc -DEPENDS += "qtbase qt3d qtdeclarative" +DEPENDS += "qtbase qt3d qtjsondb" +# qtsystems qtmultimedia INC_PR = "r0"