qtdeclarative/examples
Alexey Edelev d276d025a8 Change the way tests and examples query the qmldir file from QML plugin targets
Use qt6_query_qml_module to get path to qmldir, but not TARGET_FILE_DIR.
This is more accurate way.

Pick-to: 6.5 6.6 6.7
Fixes: QTBUG-120479
Change-Id: I4b7f7bf3b7f69c15871e400af3e7ae945a9bfdf0
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2024-01-15 21:25:12 +01:00
..
core/permissions Android: Add missing manifest for permissions example 2023-06-05 20:50:24 +03:00
qml Remove qml locale and dynamicscene examples 2023-11-28 19:18:41 +01:00
qmlcompiler/tutorials/helloworld QQmlSA: Add initial fixit section 2023-11-28 09:45:24 +01:00
quick Change the way tests and examples query the qmldir file from QML plugin targets 2024-01-15 21:25:12 +01:00
quickcontrols Change the way tests and examples query the qmldir file from QML plugin targets 2024-01-15 21:25:12 +01:00
quickshapes Add new weatherforecast example for Qt Quick Shapes 2024-01-15 13:46:40 +01:00
CMakeLists.txt Move Qt Quick Shapes example 2024-01-06 11:19:17 +01:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro Move Qt Quick Shapes example 2024-01-06 11:19:17 +01:00

README

The Qt Quick module provides the basic elements to specify and implement your
user interface declaratively, using the Qt Meta-Object Language (QML). The
Qt QML module provides the engine and language infrastructure for QML itself.
This language is very expressive and human readable, and can be used by
designers to actually implement their UI vision. QML UIs can integrate
with C++ code in many ways, including being loaded as a part of a C++ UI
and loading data models from C++ and interacting with them.

Most of these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples and Tutorials
link in the main Qt documentation.