hyprland-qtutils/README.md
Vaxry 56d993aced
Some checks failed
Build / nix (push) Has been cancelled
README: update status
2025-11-06 20:45:12 +00:00

18 lines
574 B
Markdown

# Hyprland QT utils
> [!IMPORTANT]
> This repo has been superseded by ![hyprland-guiutils](https://github.com/hyprwm/hyprland-guiutils)
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:
```sh
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`
```