The sample app is made with Qt6. We may be able to run this on the target device if the project were to use Qt5 instead, as it is provided by the custom Linux image detailed on ST's wiki pages.
The steps for this process are in our Wiki:
- Build the custom image
- Build a custom SDK based on that image
- Use that image to cross-compile your Qt5 app
- Transfer the resulting executable/binaries to the target device, and run it
The sample app is made with Qt6. We may be able to run this on the target device if the project were to use Qt5 instead, as it is provided by the custom Linux image detailed on ST's wiki pages.
The steps for this process are in our Wiki: