bump product version to 4.1.6.2
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob79b9b5719f53e185fa1b5031a5a23ba29c9d0061
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 \
19 $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
21 $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
22 avmedia \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 i18nlangtag \
30 i18nutil \
31 lng \
32 oox \
33 sal \
34 salhelper \
35 sax \
36 sb \
37 sfx \
38 sot \
39 svl \
40 svt \
41 svx \
42 svxcore \
43 swd \
44 test \
45 tk \
46 tl \
47 ucbhelper \
48 utl \
49 vbahelper \
50 vcl \
51 xmlreader \
52 xo \
53 $(gb_UWINAPI) \
56 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
57 boost_headers \
58 icuuc \
59 libxml2 \
62 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
63 -I$(SRCDIR)/sw/source/ui/inc \
64 -I$(SRCDIR)/sw/source/core/inc \
65 -I$(SRCDIR)/sw/inc \
66 $$(INCLUDE) \
69 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
70 offapi \
71 udkapi \
74 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
76 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
77 comphelper/util/comphelp \
78 configmgr/source/configmgr \
79 fileaccess/source/fileacc \
80 framework/util/fwk \
81 i18npool/util/i18npool \
82 package/util/package2 \
83 package/source/xstor/xstor \
84 sfx2/util/sfx \
85 ucb/source/core/ucb1 \
86 ucb/source/ucp/file/ucpfile1 \
87 unotools/util/utl \
88 unoxml/source/service/unoxml \
91 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
93 # vim: set noet sw=4 ts=4: