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