Can I use meta-qt5 for a qt 6.7.3 project in yocto?
Solved
Mobile and Embedded
-
I created a qt app using version 6.7.3
Now, I need to create a custom Linux image, but following STM32 documentation for my board, they only support meta-qt5. It is possible to build the image for qt 6.7.3 using meta-qt5?
-
@Juan-Gomez If your board only has Qt5 then use Qt5 to build your app.
You can't mix Qt5 and Qt6. -