| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-23 | Modules docs: move rst docs into bracket comments | Friedrich W. H. Kossebau | |
| CMake >= 3.0 supports bracket comments, and the reStructuredText integration code in sphinx/ext/ecm.py already supports extracting the docs from a bracket comment instead. Editing documentation without leading line comment markers is more simple, e,g. when reflowing text over lines. With ECM meanwhile requiring CMake 3.5 now it is possible to switch (and thus follow also the approach used by cmake itself). NO_CHANGELOG | |||
| 2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
| 2019-01-08 | ECMQMLModules: fix api dox: title match module name, add missing "Since" | Friedrich W. H. Kossebau | |
| 2017-08-09 | Include a module for finding qml imports as runtime dependencies | Aleix Pol | |
| Summary: Allows to check if a module is available on the system and sets it as a runtime dependency. This is useful for projects so that they can specify their qml dependencies easily and packagers and developers get to see what's missing by looking at the cmake output. Reviewers: #build_system, #frameworks, sitter Reviewed By: sitter Subscribers: dfaure, aacid Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D7094 | |||
