| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace `QT_NO_CREATE_TARGETS` with an automated and scoped logic | Cristian Le | 2025-06-27 | 1 | -4/+8 |
| * | Make `AdditionalTargetInfo.cmake` optional | Cristian Le | 2025-02-25 | 1 | -1/+2 |
| * | CMake: Add a way to mark modules as "load the private module too" | Joerg Bornemann | 2025-01-28 | 1 | -1/+1 |
| * | CMake: Set versioned variables with found modules, plugins, types | Alexandru Croitor | 2025-01-27 | 1 | -3/+13 |
| * | CMake: Only load Qt6FooPrivate automatically when building Qt | Joerg Bornemann | 2025-01-24 | 1 | -18/+28 |
| * | CMake: Split off private module config packages | Joerg Bornemann | 2024-12-19 | 1 | -0/+40 |
| * | CMake: Remove unused _import_prefix variable from config packages | Joerg Bornemann | 2024-12-16 | 1 | -3/+0 |
| * | Manage the <module>_DEFINITIONS transformation accurately | Alexey Edelev | 2024-07-04 | 1 | -1/+10 |
| * | "Simplify" versionless targets | Alexey Edelev | 2024-03-12 | 1 | -3/+8 |
| * | Change license for .in files | Lucie Gérard | 2024-03-05 | 1 | -0/+3 |
| * | Do not collect the Private module dependencies values in public variables | Alexey Edelev | 2023-10-25 | 1 | -4/+14 |
| * | Add support for evaluating genexes when exporting custom target props | Alexey Edelev | 2023-02-21 | 1 | -0/+2 |
| * | Add permission API backend for macOS and iOS | Timur Pocheptsov | 2022-11-03 | 1 | -2/+2 |
| * | CMake: Introduce QT_DEBUG_FIND_PACKAGE for troubleshooting | Alexandru Croitor | 2022-07-18 | 1 | -1/+1 |
| * | CMake: Suggest hints on how to debug missing packages | Alexandru Croitor | 2022-07-18 | 1 | -0/+2 |
| * | CMake: Remove dead code | Alexandru Croitor | 2022-07-18 | 1 | -1/+1 |
| * | CMake: Don't create targets if dependencies are not found | Alexandru Croitor | 2021-11-02 | 1 | -1/+1 |
| * | Revert "CMake: Warn if cmake_minimum_required has an unsupported low version" | Alexandru Croitor | 2021-10-04 | 1 | -4/+0 |
| * | CMake: Warn if cmake_minimum_required has an unsupported low version | Alexandru Croitor | 2021-10-01 | 1 | -0/+4 |
| * | CMake: Improve component / package not found error messages | Alexandru Croitor | 2021-08-06 | 1 | -1/+13 |
| * | CMake: Refactor handling of static plugins | Alexandru Croitor | 2021-05-11 | 1 | -2/+0 |
| * | CMake: Add detection of FEATURE_foo change by user | Alexey Edelev | 2020-12-17 | 1 | -19/+23 |
| * | CMake: Enable NEW policies by CMake version with a global default | Craig Scott | 2020-12-07 | 1 | -1/+3 |
| * | CMake: Fix build of Release user projects against RelWithDebInfo Qt | Joerg Bornemann | 2020-09-25 | 1 | -0/+1 |
| * | Revert "Revert "CMake: Fix usage of find_dependency()"" | Joerg Bornemann | 2020-09-14 | 1 | -1/+6 |
| * | CMake: Provide old style CMake variables for target info | Alexandru Croitor | 2020-07-17 | 1 | -0/+56 |
| * | Refactor Metatypes dependency propagation | Leander Beernaert | 2020-02-10 | 1 | -21/+0 |
| * | Load module specific extensions for QtBuildInternals | Leander Beernaert | 2020-02-06 | 1 | -0/+6 |
| * | Generate metatypes dependency file | Leander Beernaert | 2020-01-29 | 1 | -0/+22 |
| * | Implement qtbase fixes for superbuilds | Jean-Michaël Celerier | 2020-01-08 | 1 | -8/+1 |
| * | CMake: Fix creation of versionless targets for tools | Alexandru Croitor | 2019-12-06 | 1 | -1/+3 |
| * | Don't query MODULE_PLUGIN_TYPES property on interface libraries | Alexandru Croitor | 2019-11-08 | 1 | -3/+7 |
| * | Match qt_import_plugin API with qt5's | Jean-Michaël Celerier | 2019-10-09 | 1 | -0/+5 |
| * | Fix examples find_package calls to work in prefix builds | Alexandru Croitor | 2019-09-21 | 1 | -1/+1 |
| * | Fix creation of generated plugin cpp files in static builds | Alexandru Croitor | 2019-07-30 | 1 | -1/+8 |
| * | Fix linking of examples | Simon Hausmann | 2019-06-12 | 1 | -5/+5 |
| * | Collect more known modules when considering private libraries in | Alexandru Croitor | 2019-06-06 | 1 | -0/+2 |
| * | Allow to build examples as standalone project | Kevin Funk | 2019-06-05 | 1 | -6/+8 |
| * | cmake: register plug-ins, create dependencies file | Jean-Michaël Celerier | 2019-06-04 | 1 | -1/+5 |
| * | Propagate QT_CMAKE_EXPORT_NAMESPACE via QtCore package | Alexandru Croitor | 2019-05-17 | 1 | -0/+4 |
| * | Use the qt_build_repo() macros for building qtbase as well | Alexandru Croitor | 2019-05-15 | 1 | -4/+0 |
| * | Implement developer / non-prefix builds | Alexandru Croitor | 2019-05-15 | 1 | -0/+4 |
| * | cmake: Generate config files with Qt:: prefix | Kevin Funk | 2019-05-03 | 1 | -0/+2 |
| * | cmake: move dependencies accumulation in QtPostProcess.cmake | Jean-Michaël Celerier | 2019-05-03 | 1 | -18/+0 |
| * | Write find_dependency() calls in Qt Module config files | Alexandru Croitor | 2019-05-02 | 1 | -0/+5 |
| * | cmake: Minor fix in QtModuleConfig.cmake.in | Kevin Funk | 2019-02-14 | 1 | -1/+1 |
| * | cmake: Start to use ConfigExtra.cmake files | Kevin Funk | 2019-02-12 | 1 | -3/+3 |
| * | cmake: Create Qt5 compat targets in config files | Kevin Funk | 2019-02-12 | 1 | -1/+1 |
| * | cmake: Make find_package(Qt5 ...) work properly | Kevin Funk | 2019-02-11 | 1 | -6/+27 |
| * | CMake: Store Qt features in CMake Cache | Tobias Hunger | 2019-01-17 | 1 | -3/+7 |