tdf#156866 use mSize instead of mPixelSize for inverted surface
[LibreOffice.git] / editeng / CppunitTest_editeng_core.mk
blob9b79048b637a5317fbee81d17b5e86b630b20c4a
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 docmodel \
26 i18nlangtag \
27 i18nutil \
28 lng \
29 sal \
30 salhelper \
31 sax \
32 sot \
33 sfx \
34 svl \
35 svt \
36 test \
37 tk \
38 tl \
39 ucbhelper \
40 unotest \
41 utl \
42 vcl \
43 xo \
46 $(eval $(call gb_CppunitTest_use_externals,editeng_core,\
47 boost_headers \
48 icuuc \
49 libxml2 \
52 $(eval $(call gb_CppunitTest_set_include,editeng_core,\
53 -I$(SRCDIR)/editeng/inc \
54 $$(INCLUDE) \
57 $(eval $(call gb_CppunitTest_use_sdk_api,editeng_core))
59 $(eval $(call gb_CppunitTest_use_ure,editeng_core))
60 $(eval $(call gb_CppunitTest_use_vcl,editeng_core))
62 $(eval $(call gb_CppunitTest_use_components,editeng_core,\
63 configmgr/source/configmgr \
64 framework/util/fwk \
65 i18npool/util/i18npool \
66 i18npool/source/search/i18nsearch \
67 linguistic/source/lng \
68 sfx2/util/sfx \
69 ucb/source/core/ucb1 \
70 ucb/source/ucp/file/ucpfile1 \
71 unoxml/source/service/unoxml \
72 sax/source/expatwrap/expwrap \
75 $(eval $(call gb_CppunitTest_use_configuration,editeng_core))
77 $(eval $(call gb_CppunitTest_use_more_fonts,editeng_core))
79 # vim: set noet sw=4 ts=4: