https://github.com/fedoraqt/qadwaitadecorations
Qt decoration plugin implementing Adwaita-like client-side decorations
https://github.com/fedoraqt/qadwaitadecorations
Last synced: 3 months ago
JSON representation
Qt decoration plugin implementing Adwaita-like client-side decorations
- Host: GitHub
- URL: https://github.com/fedoraqt/qadwaitadecorations
- Owner: FedoraQt
- License: lgpl-2.1
- Created: 2023-08-08T09:13:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T15:29:33.000Z (7 months ago)
- Last Synced: 2025-03-31T09:09:20.363Z (3 months ago)
- Language: C++
- Size: 71.3 KB
- Stars: 83
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QAdwaitaDecorations
Qt decoration plugin implementing Adwaita-like client-side decorations.## How to compile
This library uses private Qt headers and will likely not be forward nor
backward compatible. This library will have to be recompiled with every
Qt update. While it can be build using Qt 5, it is recommended to get
backported changes from Qt 6. You can get these [here](https://src.fedoraproject.org/rpms/qt5-qtwayland/blob/rawhide/f/qtwayland-decoration-support-backports-from-qt6.patch).Build instructions:
```
mkdir build
cd build
cmake [OPTIONS] [-DUSE_QT6=true] [-HAS_QT6_SUPPORT] ..
make && make install
```## Usage
It can be used by setting the QT_WAYLAND_DECORATION environment variable:```
export QT_WAYLAND_DECORATION=adwaita
```## License
The code is under [LGPL 2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) with the "or any later version" clause.