add "m" prefix to member variables - SfxTabPage
[LibreOffice.git] / sw / CppunitTest_sw_uwriter.mk
blob40e6db025fc6d7486bd8ee2665b097c464921076
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 cui \
34 cppu \
35 cppuhelper \
36 $(call gb_Helper_optional,DBCONNECTIVITY, \
37 dbtools) \
38 docmodel \
39 drawinglayer \
40 drawinglayercore \
41 editeng \
42 i18nlangtag \
43 i18nutil \
44 lng \
45 msfilter \
46 oox \
47 sal \
48 salhelper \
49 sax \
50 sb \
51 sfx \
52 sot \
53 svl \
54 svt \
55 svx \
56 svxcore \
57 swd \
58 test \
59 tk \
60 tl \
61 ucbhelper \
62 unotest \
63 utl \
64 $(call gb_Helper_optional,SCRIPTING, \
65 vbahelper) \
66 vcl \
67 xmlreader \
68 xo \
71 $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
72 boost_headers \
73 icui18n \
74 icuuc \
75 icu_headers \
76 libxml2 \
79 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
80 -I$(SRCDIR)/sw/source/core/inc \
81 -I$(SRCDIR)/sw/inc \
82 $$(INCLUDE) \
85 $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
86 udkapi \
87 offapi \
88 oovbaapi \
91 $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
92 $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter))
94 $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
95 comphelper/util/comphelp \
96 configmgr/source/configmgr \
97 framework/util/fwk \
98 i18npool/util/i18npool \
99 package/util/package2 \
100 package/source/xstor/xstor \
101 sfx2/util/sfx \
102 ucb/source/core/ucb1 \
103 ucb/source/ucp/file/ucpfile1 \
104 unotools/util/utl \
105 unoxml/source/service/unoxml \
106 uui/util/uui \
109 $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
111 # vim: set noet sw=4 ts=4: