Details
-
Task
-
Resolution: Done
-
P2: Important
-
6.2.4, 6.3.0 RC
-
None
-
5
-
79daf29782 (qt/qtdeclarative/dev) 79daf29782 (qt/tqtc-qtdeclarative/dev) a7106b2b8a (qt/qtdeclarative/6.3) a7106b2b8a (qt/tqtc-qtdeclarative/6.3) bba59e282e (qt/tqtc-qtdeclarative/5.15) a7106b2b8a (qt/tqtc-qtdeclarative/6.3.1)
-
Team B Foundation Sprint 56
Description
By #include ing not only the *.moc, but also the moc_*.cpp files, we can speed up compilation of Qt (albeit not for users of Qt), reduce the TEXT size of libraries, and enable more warnings (like Clang's -Wunused-private-field). By the time we tackle this, there should be a new includemocs6 script (from QTBUG-102886) in QtBase, that no longer requires a qmake build to operate.
Acceptance criteria: mocs_compilation.cpp files should not #include anything.