diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-06-22 08:48:05 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-06-22 22:16:11 +0200 |
commit | 720bf6ac8612c32942bb059f9086ee86c2963bb5 (patch) | |
tree | d175788a07888a6f51adb22be1042409a2c29b86 /config_host/config_vclplug.h.in | |
parent | 8b0e1f2a914d672182d585d8cb2d4a815e88977e (diff) |
kf6: Add a kf6 VCL plugin
Add a "kf6" VCL plugin that uses the KF6 (KDE Frameworks 6)
libraries to provide a native KDE/Plasma file chooser,
just like the kf5 VCL plugin does for KF5.
Building the plugin is disabled by default and can be enabled by
autogen option '--enable-kf6'.
Selecting the VCL plugin can be done by starting LO
with environment variable 'SAL_USE_VCLPLUGIN=kf6' set.
The kf6 VCL plugin reuses the kf5 VCL plugin code.
(The kf6 headers and sources for now just `#include`
the kf5 ones.)
This was quickly tested on KDE Neon unstable,
which provides a daily snapshot of Plasma 6 and the KF6
libraries.
(Regarding a potential release date, [1] mentions:
"Plasma 6 is built on top of Qt 6 and is
tentatively planned to be released in late 2023 or early 2024.")
[1] https://community.kde.org/Plasma/Plasma_6
Change-Id: I4c2b7e3be8e60f1d8cf60119f6f3f642b71349f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153438
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'config_host/config_vclplug.h.in')
-rw-r--r-- | config_host/config_vclplug.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in index eeb43a1a8608..63dacb1bc10e 100644 --- a/config_host/config_vclplug.h.in +++ b/config_host/config_vclplug.h.in @@ -20,6 +20,7 @@ Settings about which desktops have support enabled. #define ENABLE_GTK3_KDE5 0 #define ENABLE_HEADLESS 0 #define ENABLE_KF5 0 +#define ENABLE_KF6 0 #define ENABLE_QT5 0 #define ENABLE_QT6 0 |