qtdeclarative/examples/quick/shared
Oliver Eftevaag 267da2e7a9 Make quick examples that rely on the shared files build with qmake again
In d270c51f81 the DECLARATIVE_EXAMPLE_MAIN
macro was modified to prepend the "qrc:/qt/qml" prefix to file paths that
should be loaded by the engine. But the patch forgot to update the
shared.qrc prefix, which means that the examples that relied on the
shared module, would no longer build out-of-the-box with qmake.

This patch solve the issue, so that the examples work with qmake
once again.

Pick-to: 6.5
Change-Id: I677c1e61423cf98c6a1030ce591707888456ef19
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2023-01-11 13:44:35 +01:00
..
images Purge sRGB chunks from PNGs in examples. 2016-03-24 19:40:15 +00:00
Button.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02: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 Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
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 add shared Label for examples, and use in the Window example 2016-10-10 08:05:52 +00:00
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.