Conversation
Formality Check: FailedWe checked this pull request against the contribution guidelines. Here is what needs your attention: 🛑 CRITICAL ERRORS
|
Qt6 is a largely complex beast and given the experience from previous ports of Qt4 and Qt5, it will require quite some more work to accommodate all needs and configurations. Qt6 kind of ditched support for qmake in favour of cmake, at least when it comes to building Qt6 and its official modules itself. The qmake eco-system is and still needs to be supported though, as 3rd party projects are still allowed to use qmake - for the time being at least. Signed-off-by: Mirko Vogt <[email protected]>
2a3b2e7 to
2aa0a06
Compare
Qt6 is a largely complex beast and given the experience from previous ports of Qt4 and Qt5, it will require quite some more work to accommodate all needs and configurations.
Qt6 kind of ditched support for qmake in favour of cmake, at least when it comes to building Qt6 and its official modules itself.
The qmake eco-system is and still needs to be supported though, as 3rd party projects are still allowed to use qmake - for the time being at least. qmake support for external projects untested for the time being, though.