qtdeclarative/examples/quick/shared
Amir Masoud Abdol 8f7080fd09 Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests
Every instance of AUTO_RESOURCE_PREFIX has been replaced by either
qt_standard_project_setup(REQUIRES 6.5) or with
qt_policy(SET QTP0001 NEW), mainly in tests.

In addition, I added a warning message for the case where
AUTO_RESOURCE_PREFIX is used.

Pick-to: 6.5
Task-number: QTBUG-96233
Change-Id: I323a15e9d0bb5fe6ba649365314af9fc2ad67bda
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
2023-02-21 19:45:44 +01:00
..
images
Button.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
CMakeLists.txt Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, tests 2023-02-21 19:45:44 +01: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: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
QtBundleQmlModuleForMacOS.cmake Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
README
SimpleLauncherDelegate.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02: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 13:44:35 +01: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.