diff options
author | Milian Wolff <milian.wolff@kdab.com> | 2018-01-10 17:12:00 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-01-23 13:38:32 +0100 |
commit | f811979b0865b15272ce4a62df3ebd0fa8896b55 (patch) | |
tree | 924ef82d5e3cef63709b7aca6fda3241028f4c82 /postprocess | |
parent | 0e2e5d247ababc8aeb0c041364938cd5cf9e55c2 (diff) |
Add KDE5 desktop backend
This is mostly a copy of the KDE4 backend ported to Qt5/KF5.
One difference is that this code will initialize the QApplication
on-demand, when it's not yet available. This will allow us to use
this desktop backend also within a vclplug that does not use Qt
itself, such as the upcoming Gtk3/KDE5 hybrid.
Change-Id: I5cf96ac5729608c82a58eead6723a38f014ba875
Reviewed-on: https://gerrit.libreoffice.org/47716
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/Rdb_services.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index d83b30819ccd..a0308656e695 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -213,6 +213,9 @@ $(eval $(call gb_Rdb_add_components,services,\ $(if $(ENABLE_KDE4), \ shell/source/backends/kde4be/kde4be1 \ ) \ + $(if $(ENABLE_KDE5), \ + shell/source/backends/kde5be/kde5be1 \ + ) \ $(if $(ENABLE_ONLINE_UPDATE), \ extensions/source/update/check/updchk.uno \ extensions/source/update/ui/updchk \ |