Migrating to newer qt versions
Unsolved
General and Desktop
-
A qml application developed for an embedded system with a particular Qt version (consider Qt 5.9).
When the qml application is migrated onto newer Qt versions could be 5.10 or 5.11, What parameters or considerations are to be verified ?
Anything that has to be considered additionally apart form compiling, building with the newer Qt versions and testing the application ? -
Hi,
Check whether the features you are currently using have seen bug fixes otherwise you can keep using the same code with the same import versions.
-
-
That's the kind of information that you can also find in the release notes and announcements.