Blame README.md

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