How to include QMessageBox in Openstlinux_eglfs st-example-image-qt image ?
I have a recipe for a simple QT5 UI app that builds and runs on the STM32MP157C-DK2 display just fine.
When the simple app is enhanced to provide network connectivity by including the QTcpServer, QTcpSocket, QNetworkInterface and QMessageBox amongst others, bitbake fails with :-
QMessageBOX : No such file or directory.
The qt.io site indicates that QMessageBox is provided by QtWidgets but I can't find how to map that to a recipe DEPEND within open embedded framework.
Similarly, QTcpServer is listed as being provided by network.
Please could someone let me know how to determine the required recipe DEPENDS.
And whether I need to include more of QT5 within the openstlinux build environment.
Thanks in advance.
