diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-06-27 14:33:18 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-06-27 14:35:27 +0900 |
commit | d454726c7785e27880647f2e81bd249878750d46 (patch) | |
tree | 6d8c4471c3769e70192c780156ffde9f22fe8bea /recipes-demo-hmi/libqtappfw | |
parent | 50c1e279e5aaeb84536435bd93b22987cdcc4ec3 (diff) |
Add libvcard to libqtappfw depends
These is a error when build libqtappfw for miss libvcard.
Add libvcard into libqtappfw depends.
Change-Id: I22078b9566d80263eac6cdfb18da8a202b41413b
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'recipes-demo-hmi/libqtappfw')
-rw-r--r-- | recipes-demo-hmi/libqtappfw/libqtappfw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index e932b363b..996a61012 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" +DEPENDS += "qtbase qtwebsockets libvcard" inherit cmake_qt5 |