https://github.com/fedoraqt/adwaita-qt
A style to bend Qt applications to look like they belong into GNOME Shell
https://github.com/fedoraqt/adwaita-qt
Last synced: 3 months ago
JSON representation
A style to bend Qt applications to look like they belong into GNOME Shell
- Host: GitHub
- URL: https://github.com/fedoraqt/adwaita-qt
- Owner: FedoraQt
- License: other
- Created: 2014-07-04T15:08:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T07:45:56.000Z (over 1 year ago)
- Last Synced: 2025-04-03T22:09:37.921Z (3 months ago)
- Language: C++
- Homepage:
- Size: 4.31 MB
- Stars: 517
- Watchers: 13
- Forks: 48
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
adwaita-qt
==========# Adwaita-qt project is unmaintained a no longer actively developed.
A native style to bend Qt5/Qt6 applications to look like they belong into GNOME Shell.
This style provides all four variants of GTK Adwaita theme:
* Adwaita
* Adwaita-dark
* HighContrast
* HighContrastInverse
## How to compile
The project uses the standard CMake buildsystem.
So for example, the whole compilation process could look like this:
```
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr [-DUSE_QT6] ..
make
make install
```## Usage
After install, you'll be able to either set the theme as your default via your DE's tools (like `systemsettings` or `qt-config`) or start your qt applications with the `-style adwaita` parameter.