#migrate a Qt5 Qt3D project to Qt6
7 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
You need to do a port into Qt6
Yes, but how should I do that, because I thought I saw that some classes have changed since QT6?
Qt6 is incompatible with Qt5, so don't try to re-compile the Qt5 codebase,
you need to port the logic of the old Qt5 project
I have to recode everything, that's it...
or keep the Qt5 codebase and do not upgrade to Qt6