We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d535207 commit 8860bcbCopy full SHA for 8860bcb
README.md
@@ -1,7 +1,7 @@
1
adwaita-qt
2
==========
3
4
-A native style to bend Qt5 applications to look like they belong into GNOME Shell.
+A native style to bend Qt5/Qt6 applications to look like they belong into GNOME Shell.
5
6
This style provides all four variants of GTK Adwaita theme:
7
@@ -26,7 +26,7 @@ So for example, the whole compilation process could look like this:
26
```
27
mkdir build
28
cd build
29
-cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
+cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr [-DUSE_QT6] ..
30
make
31
make install
32
0 commit comments