summaryrefslogtreecommitdiffstats
path: root/util/includemocs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update commercial license headers to /util files"v5.15.3-lts-lgplTarja Sundqvist2021-03-261-10/+10
| | | | | | | | | | | This reverts commit d7f95124da230cafe26896e537e3a3a1af1fd9bb. Revert of commercial license headers is required for Qt 5.15.3 opensource release. Task-number: QTBUG-91108 Change-Id: Ifad15cc26055eed6c82e30b5b68bb33d070bae0e Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Update commercial license headers to /util filesTarja Sundqvist2021-01-281-10/+10
| | | | | | | | | | | | | | | Updated header.COMM to files in tqtc-qtbase/util. The commercial license header may contain some additional lines so that its line count equals with the ealier license header. Reason for this is that some autotests use hard coded line numbers and changing the line count would cause failures in tests. Task-number: QTQAINFRA-4154 Change-Id: I866f60822b935add3153671d17ac6efd0d999b47 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* QtCore: include mocsThiago Macieira2017-05-051-0/+138
Compilation and link times in CPU seconds with GCC 7, using precompiled headers (not including moc, rcc, uic, etc. steps or headersclean): Before After Debug -O0 198,1 180,3 Debug -Og 240,7 229,2 Release -O3 267,1 249,2 Release LTO 239,4 229,8 QtCore required a little manual adjusting because some files are bootstrapped into moc itself and into qmake. Change-Id: I84e363d735b443cb9beefffd14b8b57c10e7da36 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>