update credits
[LibreOffice.git] / sw / CppunitTest_sw_mailmerge.mk
blob8768ece34f28ba7d1afa7387f26457b749894a66
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sw_mailmerge))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_mailmerge))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge, \
15 sw/qa/extras/mailmerge/mailmerge \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sfx \
24 svl \
25 sw \
26 test \
27 tl \
28 unotest \
29 utl \
32 $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \
33 boost_headers \
34 libxml2 \
37 $(eval $(call gb_CppunitTest_use_api,sw_mailmerge,\
38 udkapi \
39 offapi \
40 oovbaapi \
43 $(eval $(call gb_CppunitTest_use_rdb,sw_mailmerge,services))
45 $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge))
46 $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge))
47 $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge))
49 $(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\
50 -I$(SRCDIR)/sw/inc \
51 -I$(SRCDIR)/sw/source/core/inc \
52 -I$(SRCDIR)/sw/qa/inc \
53 -I$(SRCDIR)/sw/source/uibase/inc \
54 $$(INCLUDE) \
57 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge,\
58 modules/swriter \
61 # vim: set noet sw=4 ts=4: