sc: copy cache values when clone color conditional format
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blobaad62611956912285f93eeb25b15d98dbf43f3d3
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 \
23 sw/qa/core/test_rect \
24 sw/qa/core/test_region \
27 $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
29 $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
30 $(call gb_Helper_optional,AVMEDIA,avmedia) \
31 basegfx \
32 comphelper \
33 cppu \
34 cppuhelper \
35 $(call gb_Helper_optional,DBCONNECTIVITY, \
36 dbtools) \
37 drawinglayer \
38 editeng \
39 i18nlangtag \
40 i18nutil \
41 lng \
42 msfilter \
43 oox \
44 sal \
45 salhelper \
46 sax \
47 sb \
48 sfx \
49 sot \
50 svl \
51 svt \
52 svx \
53 svxcore \
54 swd \
55 test \
56 tk \
57 tl \
58 ucbhelper \
59 unotest \
60 utl \
61 $(call gb_Helper_optional,SCRIPTING, \
62 vbahelper) \
63 vcl \
64 xmlreader \
65 xo \
68 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
69 boost_headers \
70 icui18n \
71 icuuc \
72 icu_headers \
73 libxml2 \
76 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
77 -I$(SRCDIR)/sw/source/core/inc \
78 -I$(SRCDIR)/sw/inc \
79 $$(INCLUDE) \
82 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
83 udkapi \
84 offapi \
85 oovbaapi \
88 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
89 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
91 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
92 comphelper/util/comphelp \
93 configmgr/source/configmgr \
94 framework/util/fwk \
95 i18npool/util/i18npool \
96 package/util/package2 \
97 package/source/xstor/xstor \
98 sfx2/util/sfx \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 unotools/util/utl \
102 unoxml/source/service/unoxml \
103 uui/util/uui \
106 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
108 # vim: set noet sw=4 ts=4: