Blame README.md

Packit Bot 052d53
adwaita-qt
Packit Bot 052d53
==========
Packit Bot 052d53
Packit Bot 052d53
A native style to bend Qt5 applications to look like they belong into GNOME Shell.
Packit Bot 052d53
Packit Bot 052d53
![Widget Factory](data/screenshots/widgets.png)
Packit Bot 052d53
Packit Bot 052d53
![KCalc](data/screenshots/kcalc.png)
Packit Bot 052d53
Packit Bot 052d53
## How to compile
Packit Bot 052d53
Packit Bot 052d53
The project uses the standard CMake buildsystem.
Packit Bot 052d53
Packit Bot 052d53
So for example, the whole compilation process could look like this:
Packit Bot 052d53
Packit Bot 052d53
```
Packit Bot 052d53
mkdir build
Packit Bot 052d53
cd build
Packit Bot 052d53
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
Packit Bot 052d53
make
Packit Bot 052d53
make install
Packit Bot 052d53
```
Packit Bot 052d53
Packit Bot 052d53
## Usage
Packit Bot 052d53
Packit Bot 052d53
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.