qtdeclarative/examples/qml/tutorials/extending-qml/chapter6-plugins
Leander Beernaert ec57196980 Add qt6_add_qml_module() public API
Add qt6_add_qml_module() as a public API for building QML modules.

Since the shared implementation details are small, it was easier
to just reimplement the shared code than to unmangle the more
complicated version we use to build Qt from QtBuild.

This patch includes an example conversion. Changes for pro2cmake
will follow in a separate patch in qtbase.

Change-Id: I942526cc7d978e2d8309b506e785f9c1509d0bbc
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-09-19 08:06:24 +00:00
..
import Add qt6_add_qml_module() public API 2019-09-19 08:06:24 +00:00
.prev_CMakeLists.txt Add qt6_add_qml_module() public API 2019-09-19 08:06:24 +00:00
CMakeLists.txt Add qt6_add_qml_module() public API 2019-09-19 08:06:24 +00:00
app.pro actually build and install the qml tutorials 2016-05-13 04:35:27 +00:00
app.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
app.qrc Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00
chapter6-plugins.pro Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00
main.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00