diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-02-07 13:51:05 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-07 14:07:37 +0100 |
commit | 6394c89fbb07713ce04608ffd031f91a890bb853 (patch) | |
tree | 2655ad5085ebfb6c257f9f5c16213004f0fd02ad | |
parent | e5e201c87e3f7a3f0a0b6595cd235b697a310705 (diff) |
vcl: adapt README to reality
-rw-r--r-- | vcl/README | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/vcl/README b/vcl/README index b122e8218410..d7d36044630a 100644 --- a/vcl/README +++ b/vcl/README @@ -26,22 +26,28 @@ quartz/ win/ + Windows backend +qt5/ + + Qt5 (under construction) + unx/ + X11 backend and its sub-platforms - plugadapt/ - + pluggable framework to select correct unx backend gtk/ + GTK2 support gtk3/ - + GTK3.2+ support - kde/ - + KDE3 support + + GTK3 support kde4/ + KDE4 support + kde5/ + + KDE5 support (under construction) + gtk3_kde5/ + + GTK3 support with KDE5 file pickers (until kde5 is finished) generic/ + raw X11 support + plugadapt/ + + pluggable framework to select correct unx backend + dtrans/ + "data transfer" - clipboard handling + http://stackoverflow.com/questions/3261379/getting-html-source-or-rich-text-from-the-x-clipboard |