diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2017-10-03 15:57:23 +1100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-11 09:21:40 +0000 |
commit | c0ea046c681f6b6b5e1e8dc7590233731fc551a9 (patch) | |
tree | b248d480ca0ff787c7206c5f8cc773f6376e3aba /recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | |
parent | 9b749f2f280324e2fae396bd9c24f274c3ebcf89 (diff) |
Add missing qtcharts Qt5 module in AGL demo
This is needed for building applications which utilize the Qt5Charts
module.
Bug-AGL: SPEC-929
Change-Id: Ife36723900f1e8a846424f3bf4f06cccd3f1bc1b
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index ce7bda706..a22401ffb 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -20,6 +20,7 @@ RDEPENDS_${PN} += "\ qtdeclarative \ qtdeclarative-qmlplugins \ qtdeclarative-tools \ + qtcharts \ qtwayland \ qtwayland-plugins \ qtwayland-tools \ |