qtwebengine
Qt WebEngine module
The Qt5WebEngine module provides support for web applications using the Chromium browser project. The Chromium source code has Google services and binaries removed, and adds modular support for using system libraries.
- Versions: 6.7.2 · 5.15.15
- Website: https://wiki.qt.io/QtWebEngine
- Licenses: LGPL 2.1+
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of qtwebengine
as follows:
guix install qtwebengine
Or install a particular version:
guix install qtwebengine@5.15.15
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 qtwebengine about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/qtwebengine'><img src='https://packages.guix.gnu.org/packages/qtwebengine/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qtwebengine/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/qtwebengine)
Example Org:
[[https://packages.guix.gnu.org/packages/qtwebengine][https://packages.guix.gnu.org/packages/qtwebengine/badges/latest-version.svg]]