mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-12 21:20:35 +01:00
README: add readme
This commit is contained in:
parent
b962066864
commit
0e2e65c34b
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## hyprland-qt-support
|
||||
|
||||
A qt6 qml style provider for hypr* apps.
|
||||
|
||||
## Building
|
||||
|
||||
You can build it with this command:
|
||||
```sh
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DINSTALL_QML_PREFIX=/lib/qt6/qml -S . -B ./build
|
||||
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
```
|
||||
|
||||
Please note the `INSTALL_QML_PREFIX` is _distro-specific_ and may differ.
|
||||
|
||||
For Arch, it's the same as in the example above, `/lib/qt6/qml`.
|
||||
|
||||
## Usage
|
||||
|
||||
Launch a qt/qml app with `QT_QUICK_CONTROLS_STYLE=org.hyprland.style`
|
Loading…
Reference in a new issue