rules_qt6 icon indicating copy to clipboard operation
rules_qt6 copied to clipboard

Bazel rules for Qt6

Results 6 rules_qt6 issues
Sort by recently updated
recently updated
newest added

Add support for bzlmod

This PR adds a Spotify demo that is described in the [Qt QML Book](https://www.qt.io/product/qt6/qml-book/ch13-networking-authentication) # Current Status Currently, it is not working since there is no `qt_add_qml_module` rule in rules_qt6....

Add to the QML book a Bazel section under Build Systems https://www.qt.io/product/qt6/qml-book/ch17-qtcpp-build-system

Today, `fetch_qt6` *always* gets an x86_64 binary, even on Ubuntu Server. This makes this completely unusable there, and removing the fetch call still doesn't allow Bazel to find a system...

On Windows and Ubunutu no local installation of Qt is needed, since a prebuild version is fetched. This does currently not work for macOS (must work for Intel and ARM...

Today when i run in my ubuntu 20.04 ,and it raise an error ```shell qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start...