diff options
Diffstat (limited to 'sw/CppunitTest_sw_swdoc_test.mk')
-rw-r--r-- | sw/CppunitTest_sw_swdoc_test.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index f1c23360b9..c6e186f339 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -46,7 +46,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \ editeng \ i18nisolang1 \ i18nutil \ - icuuc \ lng \ sal \ salhelper \ @@ -65,10 +64,14 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_swdoc_test, \ vbahelper \ vcl \ xo \ - xml2 \ $(gb_STDLIBS) \ )) +$(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\ + icuuc \ + libxml2 \ +)) + $(eval $(call gb_CppunitTest_set_include,sw_swdoc_test,\ -I$(realpath $(SRCDIR)/sw/inc/pch) \ -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ |