Hello everybody!
We are using var-som-mx6 module with Yocto Dora and trying to migrate to Daisy.
But we got a problem with QWT: in this file - "qwt_6.0.1.bb" there is a string: "inherit qt4x11",
so it can only be compiled with qt4.
Somehow we need to remove qt4 from recipe and compile it with qt5.
After trying some changes we got no success so far.
Does anybody tried to do this? Any help would be great.