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 --- Repository.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index d7b1847591c4..5e23d0d352cd 100644 --- a/Repository.mk +++ b/Repository.mk @@ -297,6 +297,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \ $(if $(ENABLE_KDE4),kde4be1) \ + $(if $(ENABLE_KDE5),kde5be1) \ $(if $(USING_X11), \ $(if $(ENABLE_KDE4),vclplug_kde4) \ $(if $(ENABLE_KDE5),vclplug_kde5) \ -- cgit