Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob9c305d3dcbb39cd260ae4edfad914a092fcd26bf
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 msfilter \
39 oox \
40 sal \
41 salhelper \
42 sax \
43 sb \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 swd \
51 test \
52 tk \
53 tl \
54 ucbhelper \
55 unotest \
56 utl \
57 vbahelper \
58 vcl \
59 xmlreader \
60 xo \
63 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
64 boost_headers \
65 icuuc \
66 libxml2 \
69 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
70 -I$(SRCDIR)/sw/source/core/inc \
71 -I$(SRCDIR)/sw/inc \
72 $$(INCLUDE) \
75 $(eval $(call gb_CppunitTest_use_sdk_api,sw_uwriter))
77 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
78 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
80 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
81 comphelper/util/comphelp \
82 configmgr/source/configmgr \
83 framework/util/fwk \
84 i18npool/util/i18npool \
85 package/util/package2 \
86 package/source/xstor/xstor \
87 sfx2/util/sfx \
88 ucb/source/core/ucb1 \
89 ucb/source/ucp/file/ucpfile1 \
90 unotools/util/utl \
91 unoxml/source/service/unoxml \
92 uui/util/uui \
95 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
97 # vim: set noet sw=4 ts=4: