bump product version to 7.2.5.1
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blobe6a490c5dff1a2b319d4690b4b1fe30b90cb6a78
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 icui18n \
68 icuuc \
69 icu_headers \
70 libxml2 \
73 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
74 -I$(SRCDIR)/sw/source/core/inc \
75 -I$(SRCDIR)/sw/inc \
76 $$(INCLUDE) \
79 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
80 udkapi \
81 offapi \
82 oovbaapi \
85 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
86 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
88 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
89 comphelper/util/comphelp \
90 configmgr/source/configmgr \
91 framework/util/fwk \
92 i18npool/util/i18npool \
93 package/util/package2 \
94 package/source/xstor/xstor \
95 sfx2/util/sfx \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/file/ucpfile1 \
98 unotools/util/utl \
99 unoxml/source/service/unoxml \
100 uui/util/uui \
103 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
105 # vim: set noet sw=4 ts=4: