QT with C++20 modules
-
Is it technically possible to develop a Qt 6.3+ Widgets application on Windows with using C++20 modules?
Any example, or a step-by-step guide?
I would like if it will work from the box, like the default Qt application, when you create a new project in Qt Creator IDE.
Just click on the green button and it runs. -
Is it technically possible to develop a Qt 6.3+ Widgets application on Windows with using C++20 modules?
Any example, or a step-by-step guide?
I would like if it will work from the box, like the default Qt application, when you create a new project in Qt Creator IDE.
Just click on the green button and it runs.@RTEDFD said in QT with C++20 modules:
Is it technically possible to develop a Qt 6.3+ Widgets application on Windows with using C++20 modules?
It is but you have to create and fiddle it out by yourself. Qt does not provide anything regarding this currently since even the build systems are not really mature for this yet.
-
moc does not support modules yet - feel free to provide patches to enable this support.