From b3ed7ec7b3ecdbe53e3af8886b40d5f2f5b5de58 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Fri, 27 Jul 2018 12:45:06 -0400 Subject: [PATCH] libqtappfw: add dependency on qtdeclarative The new version of libqtappfw depends on qtdeclaractive. Add the missing dependency. Bug-AGL: SPEC-1541 Change-Id: Ic6ea2cc7d27a7a598725e68ccbe0a7e3da02ee0f Signed-off-by: Matt Porter --- recipes-demo-hmi/libqtappfw/libqtappfw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index 996a61012..dbaee9461 100644 --- a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb @@ -8,7 +8,7 @@ BBCLASSEXTEND = "nativesdk" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS += "qtbase qtwebsockets libvcard" +DEPENDS += "qtbase qtdeclarative qtwebsockets libvcard" inherit cmake_qt5 -- 2.16.6