mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-12 21:20:35 +01:00
README: add launch instructions
This commit is contained in:
parent
d1c4e7b38f
commit
049627e0cf
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,2 +1,11 @@
|
|||
# hypr-qml-components
|
||||
Shared QML6 components for hypr* GUI apps
|
||||
Shared QML6 components for hypr* GUI apps.
|
||||
|
||||
## Testing
|
||||
|
||||
Make sure you have qt6, qml, and qqc2-desktop-style installed.
|
||||
|
||||
then,
|
||||
```sh
|
||||
QT_QUICK_CONTROLS_STYLE="org.kde.desktop" qml6 ./qml/Tester.qml
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue