Hi!
I am starting to develop Linux applications with Qt for Toradex SoMs. Currently I have a Colibri T30, for which I built a Linux image and SDK following the guide provided by Toradex using Yocto Project / OpenEmbedded.
I need to develop GUIs for a new product which will use a Verdin SoM, so I started investigating while I was learning with the Colibri T30 that we could use Torizon for the Verdins, because Toradex states it’s production ready and I am still a beginner with Linux and Linux images customization. But I found out that, for Qt development, there is only a Visual Studio extension, which implies using Windows for development, but I need to develop under Ubuntu.
The question is: is there any way of developing Qt apps with Qt Creator under Ubuntu, and cross-compile them for running under Torizon?
Regards,
Tomás Ayi