On Mon, Jun 15, 2015 at 7:42 AM, Daiane Angolini <[email protected]> wrote: > On Sat, Jun 13, 2015 at 4:31 PM, Dale Tyler <[email protected]> wrote: >> Has anyone built an image similar to what we are using and fixed this issue? > > I know there are someone in the mailing list with success on using > QT5.x, I cannot remember who or which branch. > However I have never saw this: > PACKAGECONFIG_append_pn-qtquickcontrols = " accessibility" > PACKAGECONFIG_append_pn-qtbase = " accessibility"
We support several customers, at O.S. Systems, using Qt. We have been using it in Dizzy and Fido for different customers. We use: PACKAGECONFIG_DISTRO_pn-qtbase = "accessibility" Because of [1]. 1. https://github.com/meta-qt5/meta-qt5/blob/master/recipes-qt/qt5/qtbase_git.bb#L50 And to include the QtQuickControls you should add qtquickcontrols-qmlplugins as RDEPENDS on your application. It should work as expected. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
