diff options
-rw-r--r-- | sw/CppunitTest_sw_ooxmlexport8.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport8.mk b/sw/CppunitTest_sw_ooxmlexport8.mk index 81f758b83b12..f3995b2e2e19 100644 --- a/sw/CppunitTest_sw_ooxmlexport8.mk +++ b/sw/CppunitTest_sw_ooxmlexport8.mk @@ -100,6 +100,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport8,\ xmloff/util/xo \ )) -$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport8)) +$(eval $(call gb_CppunitTest_use_instdir_configuration,sw_ooxmlexport8)) + +$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport8,\ + modules/swriter \ +)) # vim: set noet sw=4 ts=4: |