summaryrefslogtreecommitdiffstats
path: root/tests/auto/headers/headersclean.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Autotest: Add QtDeclarative to the "headersclean" testThiago Macieira2010-04-021-1/+1
| | | | All public includes are clean for QtDeclarative now.
* Autotest: add a test to ensure that the Qt headers are clean.Thiago Macieira2010-02-241-0/+86
The test here is to compile all Qt headers with QT_NO_KEYWORDS as well as ensuring that all #includes have the module prefix. QtDeclarative is currently disabled because the headers aren't clean and I can't fix them until the renaming is done.