tdf#118308: Incorrect Paste Special dialog when ...
[LibreOffice.git] / sw / CppunitTest_sw_mailmerge.mk
blob3db2df0cf2fd425f59684a2f8ec5d9f4a45b5bc9
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_add_exception_objects,sw_mailmerge, \
13 sw/qa/extras/mailmerge/mailmerge \
16 $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \
17 comphelper \
18 cppu \
19 cppuhelper \
20 sal \
21 sfx \
22 sw \
23 test \
24 tl \
25 unotest \
26 utl \
29 $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \
30 boost_headers \
31 libxml2 \
34 $(eval $(call gb_CppunitTest_use_api,sw_mailmerge,\
35 udkapi \
36 offapi \
37 oovbaapi \
40 $(eval $(call gb_CppunitTest_use_components,sw_mailmerge, \
41 basic/util/sb \
42 comphelper/util/comphelp \
43 configmgr/source/configmgr \
44 connectivity/source/cpool/dbpool2 \
45 connectivity/source/drivers/calc/calc \
46 connectivity/source/drivers/writer/writer \
47 connectivity/source/manager/sdbc2 \
48 dbaccess/source/filter/xml/dbaxml \
49 dbaccess/util/dba \
50 embeddedobj/util/embobj \
51 filter/source/config/cache/filterconfig1 \
52 filter/source/odfflatxml/odfflatxml \
53 filter/source/storagefilterdetect/storagefd \
54 filter/source/xmlfilteradaptor/xmlfa \
55 filter/source/xmlfilterdetect/xmlfd \
56 forms/util/frm \
57 framework/util/fwk \
58 i18npool/util/i18npool \
59 lingucomponent/source/languageguessing/guesslang \
60 linguistic/source/lng \
61 oox/util/oox \
62 package/source/xstor/xstor \
63 package/util/package2 \
64 sax/source/expatwrap/expwrap \
65 sc/util/sc \
66 sc/util/scfilt \
67 sfx2/util/sfx \
68 sot/util/sot \
69 svl/source/fsstor/fsstorage \
70 svl/util/svl \
71 svtools/util/svt \
72 sw/util/sw \
73 sw/util/swd \
74 toolkit/util/tk \
75 ucb/source/core/ucb1 \
76 ucb/source/ucp/file/ucpfile1 \
77 ucb/source/ucp/tdoc/ucptdoc1 \
78 unotools/util/utl \
79 unoxml/source/rdf/unordf \
80 unoxml/source/service/unoxml \
81 uui/util/uui \
82 vcl/vcl.common \
83 $(if $(filter-out MACOSX WNT,$(OS)), \
84 $(if $(ENABLE_HEADLESS),, \
85 vcl/vcl.unx \
86 ) \
87 ) \
88 xmloff/util/xo \
89 xmlscript/util/xmlscript \
92 $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge))
93 $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge))
94 $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge))
96 $(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\
97 -I$(SRCDIR)/sw/inc \
98 -I$(SRCDIR)/sw/source/core/inc \
99 -I$(SRCDIR)/sw/qa/extras/inc \
100 -I$(SRCDIR)/sw/source/uibase/inc \
101 $$(INCLUDE) \
104 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge,\
105 modules/swriter \
108 # vim: set noet sw=4 ts=4: