tdf#161658 Limit new selection overlay to Calc only
[libreoffice.git] / i18nlangtag / CppunitTest_i18nlangtag_test_languagetag.mk
blobf83da8ebcd6f55219b757e442fb0199822e335be
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_sdk_api,i18nlangtag_test_languagetag))
14 $(eval $(call gb_CppunitTest_use_libraries,i18nlangtag_test_languagetag,\
15 i18nlangtag \
16 cppu \
17 cppuhelper \
18 sal \
21 $(eval $(call gb_CppunitTest_use_externals,i18nlangtag_test_languagetag,\
22 icu_headers \
23 icuuc \
24 liblangtag \
27 ifneq ($(SYSTEM_LIBLANGTAG),)
28 $(eval $(call gb_CppunitTest_add_defs,i18nlangtag_test_languagetag,-DSYSTEM_LIBLANGTAG))
29 else
30 $(eval $(call gb_CppunitTest_use_package,i18nlangtag_test_languagetag,liblangtag_data))
31 endif
33 $(eval $(call gb_CppunitTest_add_exception_objects,i18nlangtag_test_languagetag,\
34 i18nlangtag/qa/cppunit/test_languagetag \
37 # vim: set noet sw=4 ts=4: