summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2018-01-10 17:12:00 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-23 13:38:32 +0100
commitf811979b0865b15272ce4a62df3ebd0fa8896b55 (patch)
tree924ef82d5e3cef63709b7aca6fda3241028f4c82 /shell/Module_shell.mk
parent0e2e5d247ababc8aeb0c041364938cd5cf9e55c2 (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 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index d1a54b9cf9ea..5da2416b6662 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -36,6 +36,12 @@ $(eval $(call gb_Module_add_targets,shell,\
))
endif
+ifeq ($(ENABLE_KDE5),TRUE)
+$(eval $(call gb_Module_add_targets,shell,\
+ Library_kde5be \
+))
+endif
+
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\