Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Autogen: Extend SameName test with additional header extensions | Sebastian Holtermann | 2019-07-04 | 4 | -0/+32 |
| | | | | | This adds additional headers with suffixes ".hh" and uppercase ".H" to the QtAutogen/SameName test. | ||||
* | Tests: Autogen: Use valid rcc compression levels | Sebastian Holtermann | 2019-07-01 | 1 | -4/+4 |
| | | | | | Avoid the invalid compression level 0 when invoking rcc. It let's rcc fail with an error since Qt 5.13. | ||||
* | Autogen: Extend the SameName test with same name but different extension files | Sebastian Holtermann | 2019-02-05 | 6 | -1/+68 |
| | |||||
* | Autogen: Tests: Differentiate between Qt core and Qt gui tests | Sebastian Holtermann | 2018-11-28 | 1 | -1/+1 |
| | | | | | | | | Some AUTOGEN tests require the Qt core libraries only and some require the Qt gui libraries to function. This replaces the AutogenTest.cmake script with two specific AutogenCoreTest.cmake and AutogenGuiTest.cmake scripts that are included on demand. | ||||
* | Autogen: Tests: Use non inverting Qt version tests | Sebastian Holtermann | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Autogen: Tests: Separate SameName test | Sebastian Holtermann | 2017-12-13 | 24 | -0/+424 |