bump product version to 4.1.6.2
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blobdf134023442a74b2da9263e836b27ae1d99887f6
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 test \
29 tl \
30 ucbhelper \
31 unotest \
32 utl \
33 vcl \
34 i18nlangtag \
35 comphelper \
36 cppu \
37 cppuhelper \
38 sal \
39 $(gb_UWINAPI) \
42 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
43 -I$(SRCDIR)/sw/source/ui/inc \
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))
55 $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
56 basic/util/sb \
57 comphelper/util/comphelp \
58 configmgr/source/configmgr \
59 dbaccess/util/dba \
60 fileaccess/source/fileacc \
61 filter/source/config/cache/filterconfig1 \
62 forms/util/frm \
63 framework/util/fwk \
64 i18npool/util/i18npool \
65 oox/util/oox \
66 package/source/xstor/xstor \
67 package/util/package2 \
68 sax/source/expatwrap/expwrap \
69 sax/source/fastparser/fastsax \
70 sfx2/util/sfx \
71 svtools/util/svt \
72 sw/util/msword \
73 sw/util/sw \
74 toolkit/util/tk \
75 ucb/source/core/ucb1 \
76 ucb/source/ucp/file/ucpfile1 \
77 unotools/util/utl \
78 unoxml/source/service/unoxml \
79 writerfilter/util/writerfilter \
80 $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
81 xmloff/source/transform/xof \
82 xmloff/util/xo \
85 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
87 $(eval $(call gb_CppunitTest_use_filter_configuration,sw_filters_test))
89 # vim: set noet sw=4 ts=4: