From 9f565f5cb628dcd32b05be7079dd5482e5cc19b9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Apr 2017 16:21:23 +0100 Subject: can use gb_CppunitTest_use_configuration and still access .ui files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit after... commit 506cab1a01b0481d0831a7a692a26dc5a5b55e91 Author: Caolán McNamara Date: Wed Apr 12 16:14:10 2017 +0100 take the .ui files from $BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR Change-Id: I9cffdc092206c038da32a32a2cfe629e68b5c258 Change-Id: I906d16037cdf0b9203a4120cb1a5e9846a5c7b7f Reviewed-on: https://gerrit.libreoffice.org/36482 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/CppunitTest_sw_dialogs_test.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/CppunitTest_sw_dialogs_test.mk') diff --git a/sw/CppunitTest_sw_dialogs_test.mk b/sw/CppunitTest_sw_dialogs_test.mk index 6be014b8a13b..8f1efa6343ed 100644 --- a/sw/CppunitTest_sw_dialogs_test.mk +++ b/sw/CppunitTest_sw_dialogs_test.mk @@ -66,8 +66,7 @@ $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,sw_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,sw_dialogs_test,services)) -# $(eval $(call gb_CppunitTest_use_configuration,sw_dialogs_test)) -$(eval $(call gb_CppunitTest_use_instdir_configuration,sw_dialogs_test)) +$(eval $(call gb_CppunitTest_use_configuration,sw_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_dialogs_test,\ modules/swriter \ -- cgit