Knoll: Technical vision for Qt 6
Knoll: Technical vision for Qt 6
Posted Aug 8, 2019 15:25 UTC (Thu) by mathstuf (subscriber, #69389)In reply to: Knoll: Technical vision for Qt 6 by sur5r
Parent article: Knoll: Technical vision for Qt 6
It is unlikely. While it is *possible* to implement `moc` using C++11/14 features, I believe the hit to compile time was significant. There's still the `uic` and `rcc` stuff, so even getting rid of `moc` wouldn't completely fix the build complications involved with Qt.
Posted Aug 10, 2019 0:36 UTC (Sat)
by bartoc (guest, #124262)
[Link]
Knoll: Technical vision for Qt 6
afaik you can't really do it without a bunch of macros. I believe the qt people are thinking of replacing moc with reflection once that feature is available (probably 2023)
