lok: Hide file linking in section
[LibreOffice.git] / sw / CppunitTest_sw_uiwriter.mk
blob342d8e3d4517332cf87526f1815f26262d7afcb9
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_uiwriter))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uiwriter))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_uiwriter, \
17 sw/qa/extras/uiwriter/uiwriter \
18 sw/qa/extras/uiwriter/uiwriter2 \
21 # note: this links msword only for the reason to have an order dependency,
22 # because "make sw.check" will not see the dependency through services.rdb
23 $(eval $(call gb_CppunitTest_use_libraries,sw_uiwriter, \
24 comphelper \
25 cppu \
26 cppuhelper \
27 editeng \
28 i18nlangtag \
29 msword \
30 sal \
31 sfx \
32 svl \
33 svt \
34 svxcore \
35 sw \
36 test \
37 unotest \
38 vcl \
39 tl \
40 utl \
41 svx \
44 $(eval $(call gb_CppunitTest_use_externals,sw_uiwriter,\
45 boost_headers \
46 libxml2 \
49 $(eval $(call gb_CppunitTest_set_include,sw_uiwriter,\
50 -I$(SRCDIR)/sw/inc \
51 -I$(SRCDIR)/sw/source/core/inc \
52 -I$(SRCDIR)/sw/source/uibase/inc \
53 -I$(SRCDIR)/sw/source/filter/inc \
54 -I$(SRCDIR)/sw/source/filter/html \
55 -I$(SRCDIR)/sw/qa/inc \
56 $$(INCLUDE) \
59 $(eval $(call gb_CppunitTest_use_api,sw_uiwriter,\
60 udkapi \
61 offapi \
62 oovbaapi \
65 $(eval $(call gb_CppunitTest_use_ure,sw_uiwriter))
66 $(eval $(call gb_CppunitTest_use_vcl,sw_uiwriter))
68 $(eval $(call gb_CppunitTest_use_rdb,sw_uiwriter,services))
70 $(eval $(call gb_CppunitTest_use_configuration,sw_uiwriter))
72 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uiwriter, \
73 modules/swriter \
76 $(eval $(call gb_CppunitTest_use_packages,sw_uiwriter, \
77 oox_customshapes \
78 sfx2_classification \
81 $(call gb_CppunitTest_get_target,sw_uiwriter): \
82 $(call gb_Library_get_target,textconv_dict)
84 $(eval $(call gb_CppunitTest_use_more_fonts,sw_uiwriter))
86 # vim: set noet sw=4 ts=4: