diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-11-23 14:25:07 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-11-23 19:01:58 +0100 |
commit | d94bdda68ea07d5b1c1c3312559e36f2da7c88f3 (patch) | |
tree | 6c947ce52621a083287fee3cdbd9f87f3622ba72 | |
parent | 32ce5fe4ed19a79b6f15a5d4d1892e6cc8d778d9 (diff) |
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.weghorn@posteo.de>
-rw-r--r-- | vcl/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
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/ |