Hello UDOO community, I am trying to cross-compile a very basic "Hello World" Qt application for the UDOO NEO using my host machine (Ubuntu 22.04). My goal is to write the code on the host machine, compile it using a cross-compiler, and then deploy it to the UDOO NEO embedded device running UDOObuntu v2.3.0. I am currently facing some challenges in setting up the cross-compilation environment for Qt, and I would really appreciate any guidance or step-by-step instructions on how to achieve this. Specifically, I need help with: Setting up the Qt cross-compilation environment on Ubuntu. Configuring Qt Creator to use the cross-compiler for building and deploying to UDOO NEO. Deploying and running a simple Qt "Hello World" app on UDOO NEO. I would be very grateful for any guidance, resources, or examples that could help me successfully cross-compile and deploy my first Qt "Hello World" app to the UDOO NEO. Thank you in advance!