diff options
-rw-r--r-- | sw/CppunitTest_sw_xhtmlexport.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_xhtmlexport.mk b/sw/CppunitTest_sw_xhtmlexport.mk index 61f4700e08c4..70c3af41d6d8 100644 --- a/sw/CppunitTest_sw_xhtmlexport.mk +++ b/sw/CppunitTest_sw_xhtmlexport.mk @@ -58,4 +58,13 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_xhtmlexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_xhtmlexport)) +$(eval $(call gb_CppunitTest_use_packages,sw_xhtmlexport, \ + filter_xhtml \ + filter_xslt \ +)) + +$(eval $(call gb_CppunitTest_use_uiconfigs,sw_xhtmlexport, \ + svx \ +)) + # vim: set noet sw=4 ts=4: |