From f811979b0865b15272ce4a62df3ebd0fa8896b55 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 10 Jan 2018 17:12:00 +0100 Subject: 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 Reviewed-by: Thorsten Behrens --- postprocess/Rdb_services.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'postprocess') 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 \ -- cgit