qt6-bb10/qtdeclarative/examples
BB10 Port 0d2227012e Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia)
Consolidate the BB10 Qt module sources into this repo alongside qtbase so the
full Qt6 cross-build is reproducible from one place (previously separate,
unpushed sibling repos that could be lost). v6.8.3 + BB10 patches:
- qtshadertools: SPIRV-Cross langinfo guard for QNX.
- qtmultimedia: drop QNX audio backend block.
- qtsvg/qtdeclarative/qthttpserver: pristine (no source patches needed).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 01:14:15 +02:00
..
platforms Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
qml Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
qmlcompiler/tutorials/helloworld Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
quick Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
quickcontrols Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
CMakeLists.txt Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
README Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02:00
examples.pro Add Qt6 module sources (svg, shadertools, declarative, httpserver, multimedia) 2026-06-23 01:14:15 +02: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.