bump product version to 5.0.4.1
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blob94b91c3f4d994e9a7c8bd7dcff9ad89278075a3a
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_filters_test))
14 $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
20 sw/qa/core/filters-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \
24 sw \
25 sfx \
26 svl \
27 svt \
28 sot \
29 test \
30 tl \
31 ucbhelper \
32 unotest \
33 utl \
34 vcl \
35 i18nlangtag \
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
40 $(gb_UWINAPI) \
43 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
44 -I$(SRCDIR)/sw/inc \
45 $$(INCLUDE) \
48 $(eval $(call gb_CppunitTest_use_api,sw_filters_test,\
49 offapi \
50 udkapi \
53 $(eval $(call gb_CppunitTest_use_ure,sw_filters_test))
54 $(eval $(call gb_CppunitTest_use_vcl,sw_filters_test))
56 $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
57 basic/util/sb \
58 comphelper/util/comphelp \
59 configmgr/source/configmgr \
60 dbaccess/util/dba \
61 embeddedobj/util/embobj \
62 filter/source/config/cache/filterconfig1 \
63 filter/source/t602/t602filter \
64 forms/util/frm \
65 framework/util/fwk \
66 i18npool/util/i18npool \
67 linguistic/source/lng \
68 oox/util/oox \
69 package/source/xstor/xstor \
70 package/util/package2 \
71 sax/source/expatwrap/expwrap \
72 sfx2/util/sfx \
73 starmath/util/sm \
74 svtools/util/svt \
75 sw/util/msword \
76 sw/util/sw \
77 sw/util/swd \
78 uui/util/uui \
79 toolkit/util/tk \
80 ucb/source/core/ucb1 \
81 ucb/source/ucp/file/ucpfile1 \
82 unotools/util/utl \
83 unoxml/source/service/unoxml \
84 writerfilter/util/writerfilter \
85 $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
86 xmloff/source/transform/xof \
87 xmloff/util/xo \
90 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
92 # vim: set noet sw=4 ts=4: