diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-10-01 08:05:57 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-10-01 09:11:57 +0200 |
commit | 2113f3e7ee0ca5c07f224a54b627777b3a7b5fb0 (patch) | |
tree | 2389d08f18cf7ce108b1d1c0fc1f97bb22ebf54b /vcl/README | |
parent | 8c0059e1c997d08133cb691c1daad8693d991d2f (diff) |
Minor comment/README update wrt "kde5" and "gtk" VCL plugins
"kde5" was renamed to "kf5" and "gtk" (i.e. gtk2) VCL plugin
was removed in commit 1ae450504cf57457f9702684b1517fda1dd3c481.
Change-Id: I294d2463fa77d6a740fc0a43039b5e6a2653846c
Reviewed-on: https://gerrit.libreoffice.org/79908
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/README')
-rw-r--r-- | vcl/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/README b/vcl/README index d37ffe9e8407..83c5d044bdd2 100644 --- a/vcl/README +++ b/vcl/README @@ -33,15 +33,12 @@ qt5/ unx/ + X11 backend and its sub-platforms - - gtk/ - + GTK2 support gtk3/ + GTK3 support kf5/ - + KF5 support + + KF5 support (based on qt5 VCL plugin mentioned above) gtk3_kde5/ - + GTK3 support with KDE5 file pickers (alternative to native kde5 one) + + GTK3 support with KDE5 file pickers (alternative to native kf5 one) generic/ + raw X11 support |