summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/doc/snippets/cmake-macros
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add a new qt_ifcodegen_add_qml_module functionDominik Holland2024-05-291-0/+14
| | | | | | | | | | This makes it easier to generate qml modules as it will take the URI and VERSION from the ifcodegen template, but also allows to be passed to the function to overwrite the values. Fixes: QTBUG-118780 Change-Id: I15b2f06c6ac8373286d002dc64d8d34941df11df Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* CMake: Add a new qt_ifcodegen_add_plugin functionDominik Holland2024-05-291-0/+13
| | | | | | | | | | This makes it easier to generate backend plugins while making sure those plugins are of the correct type and use the correct class name to support static linking. Fixes: QTBUG-123370 Change-Id: I4f32cce7df308bbe320a2063b5a9840de77a050f Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Add documentation for the ifcodegen cmake APIDominik Holland2021-09-151-0/+51
Pick-to: 6.2 Change-Id: Ib35aeb1d3ec85ed1694e598795cd5c28c8eb696c Reviewed-by: Robert Griebl <robert.griebl@qt.io>