This package browser is in early development. Mind the rough edges.

qtdeclarative 6.8.2

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++.

Installation

Install qtdeclarative 6.8.2 as follows:

guix install qtdeclarative@6.8.2

Or install the latest version:

guix install qtdeclarative

The qtdeclarative package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install qtdeclarative:debug

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.