From 874af0da643e48fb2a2825be48261819ff53962d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Nov 2020 15:04:15 +0000 Subject: vclplug_qt5 doesn't appear to need to link to vclplug_x11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7f4c3fb210996c0ce66d3d9448a3954ce1aaa525 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105256 Reviewed-by: Jan-Marek Glogowski Reviewed-by: Caolán McNamara Tested-by: Jenkins --- vcl/Library_vclplug_qt5.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/Library_vclplug_qt5.mk') diff --git a/vcl/Library_vclplug_qt5.mk b/vcl/Library_vclplug_qt5.mk index c1aaccea84c8..25cbfe9f60ba 100644 --- a/vcl/Library_vclplug_qt5.mk +++ b/vcl/Library_vclplug_qt5.mk @@ -35,7 +35,6 @@ $(eval $(call gb_Library_add_defs,vclplug_qt5,\ $(eval $(call gb_Library_use_sdk_api,vclplug_qt5)) $(eval $(call gb_Library_use_libraries,vclplug_qt5,\ - $(if $(USING_X11),vclplug_gen) \ vcl \ tl \ utl \ -- cgit