Details
-
Task
-
Resolution: Done
-
P2: Important
-
6.2.4, 6.3.0 RC
-
None
-
5
-
dffca8bb0e (qt/qtbase/dev) dffca8bb0e (qt/tqtc-qtbase/dev) 0f2b1f45b1 (qt/qtbase/6.3) 0f2b1f45b1 (qt/tqtc-qtbase/6.3) 417f02f06d (qt/tqtc-qtbase/6.2)
-
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). There's an includemocs script in QtBase, but it requires a qmake build to work on.
Acceptance criteria:
- mocs_compilation.cpp files should not #include anything.
- the process is more automated for other modules.