bump product version to 5.0.4.1
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blobf690515bef084dfeb54bbb32ede5bd752012e3bf
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_add_exception_objects,sw_uwriter, \
15 sw/qa/core/uwriter \
16 sw/qa/core/Test-BigPtrArray \
17 sw/qa/core/test_ToxWhitespaceStripper \
18 sw/qa/core/test_ToxLinkProcessor \
19 sw/qa/core/test_ToxTextGenerator \
22 $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
24 $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
25 $(call gb_Helper_optional,AVMEDIA,avmedia) \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 $(call gb_Helper_optional,DBCONNECTIVITY, \
31 dbtools) \
32 drawinglayer \
33 editeng \
34 i18nlangtag \
35 i18nutil \
36 lng \
37 oox \
38 sal \
39 salhelper \
40 sax \
41 sb \
42 sfx \
43 sot \
44 svl \
45 svt \
46 svx \
47 svxcore \
48 swd \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 utl \
54 vbahelper \
55 vcl \
56 xmlreader \
57 xo \
58 $(gb_UWINAPI) \
61 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
62 boost_headers \
63 icuuc \
64 libxml2 \
67 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
68 -I$(SRCDIR)/sw/source/core/inc \
69 -I$(SRCDIR)/sw/inc \
70 $$(INCLUDE) \
73 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
74 offapi \
75 udkapi \
78 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
79 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
81 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
82 comphelper/util/comphelp \
83 configmgr/source/configmgr \
84 framework/util/fwk \
85 i18npool/util/i18npool \
86 package/util/package2 \
87 package/source/xstor/xstor \
88 sfx2/util/sfx \
89 ucb/source/core/ucb1 \
90 ucb/source/ucp/file/ucpfile1 \
91 unotools/util/utl \
92 unoxml/source/service/unoxml \
95 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
97 # vim: set noet sw=4 ts=4: