vcl: cleanup font subsetter from ancient TODOs
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob910976c4b950190410058d1c5b089bfb73a516ec
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_api,sw_uwriter,\
76 udkapi \
77 offapi \
78 oovbaapi \
81 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
82 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
84 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
85 comphelper/util/comphelp \
86 configmgr/source/configmgr \
87 framework/util/fwk \
88 i18npool/util/i18npool \
89 package/util/package2 \
90 package/source/xstor/xstor \
91 sfx2/util/sfx \
92 ucb/source/core/ucb1 \
93 ucb/source/ucp/file/ucpfile1 \
94 unotools/util/utl \
95 unoxml/source/service/unoxml \
96 uui/util/uui \
99 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
101 # vim: set noet sw=4 ts=4: