summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/SameName/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Restore Autogen/SameName .hh header testSebastian Holtermann2020-01-041-0/+2
| | | | | | | | In commit 7fa7f55230fda5ac0135b1f4a220c15ad5983857, the Autogen/SameName test was changed to not test .hh header file processing in AUTOGEN anymore, because we had to revert that feature. Since we now support .hh header file processing in AUTOMOC again, we can restore the Autogen/SameName test for that.
* Autogen: Revert processing of .hh files for compatibilityBrad King2019-12-181-2/+0
| | | | | | | | | | Since commit 4a9154537c (Autogen: Use cmake::IsHeader/SourceExtension for file type detection, 2019-07-02, v3.16.0-rc1~470^2~4) we process `.hh` files with `AUTOMOC`. However, this change can break existing projects that do not expect the behavior. Revert it for now. It can be restored later via a policy. Fixes: #20101
* Tests: Autogen: Extend SameName test with additional header extensionsSebastian Holtermann2019-07-041-0/+4
| | | | | This adds additional headers with suffixes ".hh" and uppercase ".H" to the QtAutogen/SameName test.
* Autogen: Extend the SameName test with same name but different extension filesSebastian Holtermann2019-02-051-1/+12
|
* Autogen: Tests: Separate SameName testSebastian Holtermann2017-12-131-0/+16