How to build qtquickcontrols on embedded linux?
Unsolved
Mobile and Embedded
-
Hi All,
I want to run my application on embedded linux Ti am5728,
I used the module qtquickcontrols in my application,
When I run my application on Ti AM5728, it always show no module "QtQuick.Controls",
I found that because the yocto bb file addPACKAGECONFIG_CONFARGS = "-no-accessibility"
, so, the build result didn't include the QtQuick Controls module. I modify the-no-accessibility
to-accessibility
, but when I run my application the result became to Segmentation faultat.
So, how to build qtquickcontrols module to embedded linux?