qtdeclarative/examples
Alexey Edelev aef40493f7 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.

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>
(cherry picked from commit d276d025a8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 5e60f6d141)
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
(cherry picked from commit 7d26fdbe1c)
2024-01-23 05:12:39 +00:00
..
qml Examples: Fix qmake version of qml-i18n example 2023-10-27 05:26:37 +00:00
qmltest Fix the installation of examples/qmltest 2023-06-23 13:53:06 +00:00
quick Change the way tests and examples query the qmldir file from QML plugin targets 2024-01-23 05:12:39 +00:00
quickcontrols Change the way tests and examples query the qmldir file from QML plugin targets 2024-01-23 05:12:39 +00:00
CMakeLists.txt Examples: Use versioned CMake targets for Qt modules 2023-05-03 12:32:40 +02:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:04:10 +00:00
examples.pro qmake: Fix build of quickcontrols examples 2022-12-14 21:28:27 +00: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.