mirror of
https://github.com/hyprwm/hyprland-qtutils.git
synced 2025-12-20 05:10:18 +01:00
Read-only mirror of https://github.com/hyprwm/hyprland-qtutils
|
Some checks failed
Build / nix (push) Has been cancelled
Use nixbuild/nix-quick-install-action which pairs well with nix-community/cache-nix-action. Should help with build times by reducing the number of packages needing to be re-downloaded on each run. Parameters are taken from https://github.com/nix-community/cache-nix-action and may be tweaked later. |
||
|---|---|---|
| .github/workflows | ||
| nix | ||
| utils | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| VERSION | ||
Hyprland QT utils
This repo houses some qt/qml utilities that might be used by various hypr* apps.
Dependencies
This depends on qt6 and qt6-qml, as well as hyprland-qt-support.
Building
You can build it with this command:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`