From ffa033b2610c0f7af5289bdca9a1c9837c59606c Mon Sep 17 00:00:00 2001
From: Ilya Kotov <iokotov@astralinux.ru>
Date: Sun, 4 Apr 2021 23:37:57 +0300
Subject: [PATCH] updated README and ChangeLog

---
 ChangeLog |  1 +
 README    | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6b03066..09e0512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ Version 0.2
 * updated Danish translation (scootergrisen)
 
 Version 0.3
+* added cmake support (experimental)
 * fixed color schemes
 * fixed palette updating
 * updated Finish translation (Nikolay Korotkiy)
diff --git a/README b/README
index 358d0ad..22932fc 100644
--- a/README
+++ b/README
@@ -18,12 +18,15 @@ Installation:
 - Arch AUR
   https://aur.archlinux.org/packages/qt6ct/
 
-- Source Code
-```
+- Source Code (qmake)
   qmake PREFIX=<your installation path>
   make
   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.
 Alternatively, create the file /etc/X11/Xsession.d/100-qt6ct with
@@ -37,7 +40,6 @@ Now restart X11 server to take the changes effect.
 
 Extra build options (for advanced users 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)
 
 Wayland:
-- 
GitLab