qtdeclarative/examples/qml/tutorials/extending-qml/chapter6-plugins/import
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
..
CMakeLists.txt Add qt6_add_qml_module() public API 2019-09-19 08:06:24 +00:00
chartsplugin.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
chartsplugin.h Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
import.pro actually build and install the qml tutorials 2016-05-13 04:35:27 +00:00
piechart.cpp use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
piechart.h Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
pieslice.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
pieslice.h Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
qmldir Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00