bump product version to 5.0.4.1
[LibreOffice.git] / configmgr / CppunitTest_configmgr_unit.mk
blob1672c9f42556ec965aa352e30beb4d9ea8d07056
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,configmgr_unit))
14 $(eval $(call gb_CppunitTest_add_exception_objects,configmgr_unit, \
15 configmgr/qa/unit/test \
18 $(eval $(call gb_CppunitTest_set_componentfile,configmgr_unit,configmgr/source/configmgr))
20 $(eval $(call gb_CppunitTest_use_library_objects,configmgr_unit,configmgr))
22 $(eval $(call gb_CppunitTest_use_sdk_api,configmgr_unit,))
24 $(eval $(call gb_CppunitTest_use_libraries,configmgr_unit, \
25 comphelper \
26 cppu \
27 cppuhelper \
28 sal \
29 salhelper \
30 test \
31 unotest \
32 xmlreader \
33 i18nlangtag \
34 $(gb_UWINAPI) \
37 $(eval $(call gb_CppunitTest_use_ure,configmgr_unit))
39 $(eval $(call gb_CppunitTest_use_configuration,configmgr_unit))
41 $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\
42 i18npool/util/i18npool \
43 i18npool/source/search/i18nsearch \
44 sax/source/expatwrap/expwrap \
45 ucb/source/core/ucb1 \
46 ucb/source/ucp/file/ucpfile1 \
47 unoxml/source/service/unoxml \
50 $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\
51 boost_headers \
52 icu_headers \