Skip to content
Snippets Groups Projects
Commit ffa033b2 authored by Ilya Kotov's avatar Ilya Kotov
Browse files

updated README and ChangeLog

parent 4f924d2e
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ Version 0.2 ...@@ -9,6 +9,7 @@ Version 0.2
* updated Danish translation (scootergrisen) * updated Danish translation (scootergrisen)
Version 0.3 Version 0.3
* added cmake support (experimental)
* fixed color schemes * fixed color schemes
* fixed palette updating * fixed palette updating
* updated Finish translation (Nikolay Korotkiy) * updated Finish translation (Nikolay Korotkiy)
...@@ -18,12 +18,15 @@ Installation: ...@@ -18,12 +18,15 @@ Installation:
- Arch AUR - Arch AUR
https://aur.archlinux.org/packages/qt6ct/ https://aur.archlinux.org/packages/qt6ct/
- Source Code - Source Code (qmake)
```
qmake PREFIX=<your installation path> qmake PREFIX=<your installation path>
make make
sudo make install sudo make install
```
- Source Code (cmake)
cmake -DCMAKE_INSTALL_PREFIX=<your installation path>
make
sudo make install
Add line 'export QT_QPA_PLATFORMTHEME=qt6ct' to ~/.profile and re-login. Add line 'export QT_QPA_PLATFORMTHEME=qt6ct' to ~/.profile and re-login.
Alternatively, create the file /etc/X11/Xsession.d/100-qt6ct with Alternatively, create the file /etc/X11/Xsession.d/100-qt6ct with
...@@ -37,7 +40,6 @@ Now restart X11 server to take the changes effect. ...@@ -37,7 +40,6 @@ Now restart X11 server to take the changes effect.
Extra build options (for advanced users only): Extra build options (for advanced users only):
qmake DISABLE_WIDGETS=1 - compiles platform plugin without QtWidgets (useful for QML applications only) qmake DISABLE_WIDGETS=1 - compiles platform plugin without QtWidgets (useful for QML applications only)
qmake DISABLE_DBUS=1 - disable D-Bus support (global menu and D-Bus tray icon implementation)
qmake PLUGINDIR=<custom path> - changes the default installation path of the plugins (libqt6ct.so and libqt6ct-style.so) qmake PLUGINDIR=<custom path> - changes the default installation path of the plugins (libqt6ct.so and libqt6ct-style.so)
Wayland: Wayland:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment