qtdeclarative
Qt QML module (Quick 2)
The Qt QML module provides a framework for developing applications and libraries with the QML language. It defines and implements the language and engine infrastructure, and provides an API to enable application developers to extend the QML language with custom types and integrate QML code with JavaScript and C++.
- Versions: 6.9.2 · 5.15.17
- Website: https://www.qt.io/
- Licenses: LGPL 2.1 · LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of qtdeclarative as follows:
guix install qtdeclarative
Or install a particular version:
guix install qtdeclarative@5.15.17
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of qtdeclarative about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/qtdeclarative'><img src='https://packages.guix.gnu.org/packages/qtdeclarative/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/qtdeclarative)
Example Org:
[[https://packages.guix.gnu.org/packages/qtdeclarative][https://packages.guix.gnu.org/packages/qtdeclarative/badges/latest-version.svg]]