Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blobba31ae9d9a5af6e7e5ff87906d5e1155cdabbdc0
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 \
20 sw/qa/core/test_ToxMiscTest \
23 $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
25 $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
26 $(call gb_Helper_optional,AVMEDIA,avmedia) \
27 basegfx \
28 comphelper \
29 cppu \
30 cppuhelper \
31 $(call gb_Helper_optional,DBCONNECTIVITY, \
32 dbtools) \
33 drawinglayer \
34 editeng \
35 i18nlangtag \
36 i18nutil \
37 lng \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 swd \
50 test \
51 tk \
52 tl \
53 ucbhelper \
54 unotest \
55 utl \
56 vbahelper \
57 vcl \
58 xmlreader \
59 xo \
62 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
63 boost_headers \
64 icuuc \
65 libxml2 \
68 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
69 -I$(SRCDIR)/sw/source/core/inc \
70 -I$(SRCDIR)/sw/inc \
71 $$(INCLUDE) \
74 $(eval $(call gb_CppunitTest_use_sdk_api,sw_uwriter))
76 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
77 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
79 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
80 comphelper/util/comphelp \
81 configmgr/source/configmgr \
82 framework/util/fwk \
83 i18npool/util/i18npool \
84 package/util/package2 \
85 package/source/xstor/xstor \
86 sfx2/util/sfx \
87 ucb/source/core/ucb1 \
88 ucb/source/ucp/file/ucpfile1 \
89 unotools/util/utl \
90 unoxml/source/service/unoxml \
91 uui/util/uui \
94 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
96 # vim: set noet sw=4 ts=4: