Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add support for testing Qt6 | Craig Scott | 2021-10-04 | 1 | -0/+4 |
| | | | | | | | | | | | | The minimum CMake version for Qt6 is 3.16, so all the calls to cmake_minimum_required() are updated here to enforce that minimum. This will avoid any CMake version-related warnings from Qt. Avoid hard-coding Qt5 where the tests could now be using Qt5 or Qt6. Fixes: #22188 | ||||
* | Tests: Update QtAutogen codeeditor test only include headers needed | Robert Maynard | 2020-05-21 | 1 | -1/+4 |
| | |||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | Autogen: Tests: Separate Complex test | Sebastian Holtermann | 2017-12-13 | 1 | -0/+146 |