qtdeclarative/examples
MohammadHossein Qanbari 371efb4ca2 Spreadsheets Example: Fix Installation and Deployment
After installing the example outside the build directory using
`cmake --install --prefix`, the installed application could not run
because the Spreadsheet subproject library was not found at runtime.

To fix this issue, the Spreadsheets subproject has been added as a
static library to the project. Now, it can be found in the installed
directory.

Fixes: QTBUG-127846
Pick-to: 6.8
Change-Id: I30968afa958ec6bda6017969de157e27550a7616
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2024-08-22 21:35:38 +02:00
..
core/permissions examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
platforms Android: Minor clean for qtquickview_kotlin example 2024-08-20 09:49:14 +03:00
qml examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
qmlcompiler/tutorials/helloworld examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quick Update generated assets in weather forecast example 2024-07-22 12:15:59 +02:00
quickcontrols Spreadsheets Example: Fix Installation and Deployment 2024-08-22 21:35:38 +02:00
CMakeLists.txt Add example showcasing Embedding QML to native Android Java project 2024-04-10 13:24:53 +03:00
README
examples.pro Move Qt Quick Shapes examples back under Qt Quick 2024-02-01 21:42:00 +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.