tdf#151548: cleanup "Add basic word::XFormField support" etc.
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob2c2361d199b65d463a3f69012f6a068d1a249099
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 drawinglayercore \
39 editeng \
40 i18nlangtag \
41 i18nutil \
42 lng \
43 msfilter \
44 oox \
45 sal \
46 salhelper \
47 sax \
48 sb \
49 sfx \
50 sot \
51 svl \
52 svt \
53 svx \
54 svxcore \
55 swd \
56 test \
57 tk \
58 tl \
59 ucbhelper \
60 unotest \
61 utl \
62 $(call gb_Helper_optional,SCRIPTING, \
63 vbahelper) \
64 vcl \
65 xmlreader \
66 xo \
69 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
70 boost_headers \
71 icui18n \
72 icuuc \
73 icu_headers \
74 libxml2 \
77 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
78 -I$(SRCDIR)/sw/source/core/inc \
79 -I$(SRCDIR)/sw/inc \
80 $$(INCLUDE) \
83 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
84 udkapi \
85 offapi \
86 oovbaapi \
89 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
90 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
92 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
93 comphelper/util/comphelp \
94 configmgr/source/configmgr \
95 framework/util/fwk \
96 i18npool/util/i18npool \
97 package/util/package2 \
98 package/source/xstor/xstor \
99 sfx2/util/sfx \
100 ucb/source/core/ucb1 \
101 ucb/source/ucp/file/ucpfile1 \
102 unotools/util/utl \
103 unoxml/source/service/unoxml \
104 uui/util/uui \
107 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
109 # vim: set noet sw=4 ts=4: