bump product version to 4.1.6.2
[LibreOffice.git] / editeng / CppunitTest_editeng_core.mk
blob301c7604772b7b250622c7c78a782c052ccb86c2
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,editeng_core))
14 $(eval $(call gb_CppunitTest_add_exception_objects,editeng_core, \
15 editeng/qa/unit/core-test \
18 $(eval $(call gb_CppunitTest_use_library_objects,editeng_core,editeng))
20 $(eval $(call gb_CppunitTest_use_libraries,editeng_core, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 i18nlangtag \
26 i18nutil \
27 lng \
28 sal \
29 salhelper \
30 sot \
31 svl \
32 svt \
33 test \
34 tk \
35 tl \
36 ucbhelper \
37 utl \
38 vcl \
39 xo \
40 $(gb_UWINAPI) \
43 $(eval $(call gb_CppunitTest_use_externals,editeng_core,\
44 boost_headers \
45 icuuc \
48 $(eval $(call gb_CppunitTest_set_include,editeng_core,\
49 -I$(SRCDIR)/editeng/source \
50 $$(INCLUDE) \
53 $(eval $(call gb_CppunitTest_use_api,editeng_core,\
54 offapi \
55 udkapi \
58 $(eval $(call gb_CppunitTest_use_ure,editeng_core))
60 $(eval $(call gb_CppunitTest_use_components,editeng_core,\
61 configmgr/source/configmgr \
62 framework/util/fwk \
63 i18npool/util/i18npool \
64 linguistic/source/lng \
65 sfx2/util/sfx \
66 ucb/source/core/ucb1 \
67 ucb/source/ucp/file/ucpfile1 \
68 unoxml/source/service/unoxml \
71 $(eval $(call gb_CppunitTest_use_configuration,editeng_core))
73 # vim: set noet sw=4 ts=4: