diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-12-26 15:14:31 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-05-08 00:55:27 +0200 |
commit | bdccb7e9991d83029eb2f2f11327b54534a00db8 (patch) | |
tree | c32e95c49849647dc72c1071f375f3d2b67d8d7a /vcl/Library_vcl.mk | |
parent | 9615e45d2e2bac79c252a018846e4f20012cfa34 (diff) |
Refactor CommonSalLayout font handling
Moves all platform specific code from CommonSalLayout into the
platform specific plugins. This way the vcl library won't depend
on the Qt5 libraries and the Qt5Font header can be moved into the
qt5 VCL plugin.
While at it, switch the CommonSalLayouts font reference from the
FontSelectPattern to the LogicalFontInstance and also add the
harfbuzz font handling to the instance.
Change-Id: Ida910b8d88837ea949a2f84394ccc0cfae153060
Reviewed-on: https://gerrit.libreoffice.org/47408
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index b69fbfdd96f9..3da03f8acfbb 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -780,22 +780,4 @@ ifeq ($(OS),WNT) $(eval $(call gb_Library_use_package,vcl,postprocess_images)) endif -ifeq ($(ENABLE_QT5),TRUE) -$(eval $(call gb_Library_use_externals,vcl,\ - qt5 \ -)) -$(eval $(call gb_Library_add_defs,vcl,\ - $(QT5_CFLAGS) \ -)) -$(eval $(call gb_Library_add_libs,vcl,\ - $(QT5_LIBS) \ -)) -$(eval $(call gb_Library_add_cxxflags,vcl,\ - $(QT5_CFLAGS) \ -)) -$(eval $(call gb_Library_add_exception_objects,vcl,\ - vcl/qt5/Qt5Font \ -)) -endif - # vim: set noet sw=4 ts=4: |