qtdeclarative/examples/quick/shared
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
..
images
Button.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
CMakeLists.txt Change the way tests and examples query the qmldir file from QML plugin targets 2024-01-23 05:12:39 +00:00
CheckBox.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
FlickrRssModel.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
Images.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
Label.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
LauncherList.qml examples: Increase hit area of LauncherList buttons; simplify 2023-12-16 17:15:17 +00:00
QtBundleQmlModuleForMacOS.cmake Change the way tests and examples query the qmldir file from QML plugin targets 2024-01-23 05:12:39 +00:00
README
SimpleLauncherDelegate.qml examples: Increase hit area of LauncherList buttons; simplify 2023-12-16 17:15:17 +00:00
Slider.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
TabSet.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
TextField.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
qmldir Fix the qtquick/window example to use QML modules 2021-08-30 20:34:43 +02:00
quick_shared.qrc
shared.h Adapt examples to AUTO_RESOURCE_PREFIX 2022-06-24 08:45:43 +02:00
shared.qrc Make quick examples that rely on the shared files build with qmake again 2023-01-11 15:41:54 +00:00

README

These files are shared between multiple examples as a set of common and
reusuable components. While they do demonstrate the building of reusable
components in QML, they are not official examples themselves.
Consequently they do not have entries in the Qt documentation, and are
documented only through the code comments within the files. Developers
new to QML are strongly encouraged to go through the official examples
before delving into this directory.

For most application use, see the Qt Quick Components project to find
ready-made Components you can use in your own projects. Qt Quick
examples do not use them only to avoid external dependencies.