From 1c39485653d97e26aa3d5b51bf2fd0a1f4e14f0c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 2 Nov 2018 22:58:16 +0200 Subject: Start of work in progress on making dialogs work in the iOS app Build the swui library for non-DESKTOP platforms, too. Handle fallout for !HAVE_FEATURE_DBCONNECTIVITY and !HAVE_FEATURE_AVMEDIA (both of which features we for now don't want to bother with in the iOS app). Make VclAbstractDialogFactory::Create() do its thing also on non-DESKTOP. This commit just causes more code to be compiled for the non-DESKTOP case, dialogs in general surely don't actually work yet in the iOS app. For instance: vcl/source/window/builder.cxx:2060: probably need to implement sfxlo-CustomPropertiesControl or add a makesfxlo-CustomPropertiesControl function Change-Id: I579efba605f519dcbf407b675be88c7c6ee0f19b Reviewed-on: https://gerrit.libreoffice.org/62794 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- sw/Module_sw.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/Module_sw.mk') diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 308b4474c5dc..b89b839c7aa0 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,sw,\ Library_msword \ Library_sw \ Library_swd \ - $(call gb_Helper_optional,DESKTOP,Library_swui) \ + Library_swui \ UIConfig_sglobal \ UIConfig_sweb \ UIConfig_swform \ -- cgit