Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob6b9ffa4ba683198e601dbd141a060fd86f8bb8be
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uwriter))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
17 sw/qa/core/uwriter \
18 sw/qa/core/Test-BigPtrArray \
19 sw/qa/core/test_ToxWhitespaceStripper \
20 sw/qa/core/test_ToxLinkProcessor \
21 sw/qa/core/test_ToxTextGenerator \
22 sw/qa/core/test_ToxMiscTest \
25 $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
27 $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
28 $(call gb_Helper_optional,AVMEDIA,avmedia) \
29 basegfx \
30 comphelper \
31 cppu \
32 cppuhelper \
33 $(call gb_Helper_optional,DBCONNECTIVITY, \
34 dbtools) \
35 drawinglayer \
36 editeng \
37 i18nlangtag \
38 i18nutil \
39 lng \
40 msfilter \
41 oox \
42 sal \
43 salhelper \
44 sax \
45 sb \
46 sfx \
47 sot \
48 svl \
49 svt \
50 svx \
51 svxcore \
52 swd \
53 test \
54 tk \
55 tl \
56 ucbhelper \
57 unotest \
58 utl \
59 vbahelper \
60 vcl \
61 xmlreader \
62 xo \
65 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
66 boost_headers \
67 icuuc \
68 libxml2 \
71 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
72 -I$(SRCDIR)/sw/source/core/inc \
73 -I$(SRCDIR)/sw/inc \
74 $$(INCLUDE) \
77 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
78 udkapi \
79 offapi \
80 oovbaapi \
83 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
84 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
86 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
87 comphelper/util/comphelp \
88 configmgr/source/configmgr \
89 framework/util/fwk \
90 i18npool/util/i18npool \
91 package/util/package2 \
92 package/source/xstor/xstor \
93 sfx2/util/sfx \
94 ucb/source/core/ucb1 \
95 ucb/source/ucp/file/ucpfile1 \
96 unotools/util/utl \
97 unoxml/source/service/unoxml \
98 uui/util/uui \
101 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
103 # vim: set noet sw=4 ts=4: