bump product version to 5.0.4.1
[LibreOffice.git] / i18nlangtag / CppunitTest_i18nlangtag_test_languagetag.mk
blob849d94bebec88853da4dd55dd7631dcc8a717edb
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,i18nlangtag_test_languagetag))
12 $(eval $(call gb_CppunitTest_use_external,i18nlangtag_test_languagetag,boost_headers))
14 $(eval $(call gb_CppunitTest_use_api,i18nlangtag_test_languagetag,\
15 udkapi \
16 offapi \
19 $(eval $(call gb_CppunitTest_use_libraries,i18nlangtag_test_languagetag,\
20 i18nlangtag \
21 cppu \
22 cppuhelper \
23 sal \
24 $(gb_UWINAPI) \
27 ifeq ($(ENABLE_LIBLANGTAG),TRUE)
28 $(eval $(call gb_CppunitTest_use_externals,i18nlangtag_test_languagetag,\
29 liblangtag \
30 libxml2 \
32 $(eval $(call gb_CppunitTest_add_defs,i18nlangtag_test_languagetag,-DENABLE_LIBLANGTAG))
34 ifneq ($(SYSTEM_LIBLANGTAG),)
35 $(eval $(call gb_CppunitTest_add_defs,i18nlangtag_test_languagetag,-DSYSTEM_LIBLANGTAG))
36 else
37 $(eval $(call gb_CppunitTest_use_package,i18nlangtag_test_languagetag,liblangtag_data))
38 endif
39 endif
41 $(eval $(call gb_CppunitTest_add_exception_objects,i18nlangtag_test_languagetag,\
42 i18nlangtag/qa/cppunit/test_languagetag \
45 # vim: set noet sw=4 ts=4: