Skip to content

Commit 8860bcb

Browse files
committed
Update README
1 parent d535207 commit 8860bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
adwaita-qt
22
==========
33

4-
A native style to bend Qt5 applications to look like they belong into GNOME Shell.
4+
A native style to bend Qt5/Qt6 applications to look like they belong into GNOME Shell.
55

66
This style provides all four variants of GTK Adwaita theme:
77

@@ -26,7 +26,7 @@ So for example, the whole compilation process could look like this:
2626
```
2727
mkdir build
2828
cd build
29-
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
29+
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr [-DUSE_QT6] ..
3030
make
3131
make install
3232
```

0 commit comments

Comments
 (0)