vcl/README.md |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit d94bdda68ea07d5b1c1c3312559e36f2da7c88f3
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Nov 23 14:25:07 2023 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Nov 23 19:01:58 2023 +0100

    Update vcl README wrt VCL plugins
    
    Change-Id: I0b778b3d33367239e4cb12e5f1eba2224a0ed55e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159861
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/README.md b/vcl/README.md
index 8aa1495ba775..c6e436aa482e 100644
--- a/vcl/README.md
+++ b/vcl/README.md
@@ -32,14 +32,21 @@ VCL provides a graphical toolkit similar to gtk+, Qt, SWING 
etc.
        + Windows backend
 
 + qt5/
-       + Qt5 (under construction)
+       + Qt5
+
++ qt6/
+       + Qt6
 
 + unx/
        + X11 backend and its sub-platforms
                + gtk3/
                        + GTK3 support
+               + gtk4/
+                       + GTK4 support (experimental)
                + kf5/
                        + KF5 support (based on qt5 VCL plugin mentioned above)
+               + kf6
+                       + KF6 support (based on qt6 VCL plugin mentioned above)
                + gtk3_kde5/
                        + GTK3 support with KDE5 file pickers (alternative to 
native kf5 one)
                + generic/

Reply via email to