summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 6.6.0Jani Heikkinen2022-12-161-1/+1
| | | | | Change-Id: I4d2f07fedae77d75f49d536de7f58ce3b51375bd Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Bump version to 6.5.0Jani Heikkinen2022-06-161-1/+1
| | | | | Change-Id: I37aedba04464f5f5ff07cc775b6e650458d56ee9 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Bump version to 6.4.0Jani Heikkinen2022-02-011-1/+1
| | | | | Change-Id: I1dcd7c1a270d286da9e6b0580960ef6e5221bad8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.3.0Jani Heikkinen2021-11-081-1/+1
| | | | Change-Id: If3414caa7823bd474f86d889bf263210dfd52795
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+1
Had to rename a lot of things to conform with the standard Qt module layout that the cmake system expects: - all non-manual tests were moved to a sub-dir named auto/ - the benchmark was moved to tests/ - the 3rdparty folder was moved into src/ Other changes: - libyaml was updated to 2.2.5 while fixing a weird build issue that led to crashes on 64bit systems. - fixed build issues with the new 8.1 MingW compiler. - added support for QT_NO_OPENGL builds. The remaining issues are: - examples still don't build with qmake due to a potential bug in module.pri generation. - tests do run, but the test data is not generated yet dynamically. - qml-only tests are not built and run yet. - qml-only examples are not built yet. Fixes: AUTOSUITE-1632 Change-Id: Ic5fe0148e738b05835c73bed78e624b55861b75e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dominik Holland <dominik.holland@qt.io>