Quick Qt 6 Migration Question
-
Hi I'm just wondering if I need the latest Qt 5.15 version to help migrate to Qt 6. I currently have 5.15.2 and will use QT_DISABLE_DEPRECATED_BEFORE or QT_DISABLE_DEPRECATED_UP_TO flags to see what I need to change and maybe Clazy as well. Looks here like 5.15.2 is the latest for open source while 5.15.19 is for commercial right? Am I good to go for non-commerical?
-
Hi,
For your stated goals, you don't need the absolute latest of 5.15. Although you can build the latest sources of 5.15. Or use a Linux distribution that provides 5.15.
-
You're welcome !
If that answers your question, please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so other forum users may know as well :-)
-