bump product version to 5.0.4.1
[LibreOffice.git] / filter / CppunitTest_filter_utils.mk
blob1d042a980ccb570de5bf8261f6b031c7e25bce01
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,filter_utils))
12 $(eval $(call gb_CppunitTest_use_sdk_api,filter_utils))
13 $(eval $(call gb_CppunitTest_use_ure,filter_utils))
15 $(eval $(call gb_CppunitTest_use_configuration,filter_utils))
17 $(eval $(call gb_CppunitTest_use_externals,filter_utils, \
18 boost_headers \
21 $(eval $(call gb_CppunitTest_use_libraries,filter_utils, \
22 tl \
23 comphelper \
24 unotest \
25 cppuhelper \
26 cppu \
27 msfilter \
28 sal \
29 $(gb_UWINAPI) \
32 $(eval $(call gb_CppunitTest_use_components,filter_utils,\
33 configmgr/source/configmgr \
34 filter/source/config/cache/filterconfig1 \
35 framework/util/fwk \
36 framework/util/fwl \
37 i18npool/util/i18npool \
38 ucb/source/core/ucb1 \
39 ucb/source/ucp/file/ucpfile1 \
42 $(eval $(call gb_CppunitTest_add_exception_objects,filter_utils, \
43 filter/qa/cppunit/utils-test \
46 # vim: set noet sw=4 ts=4: