tdf#137335 calculate paragraph height in RTF/DOCX
[LibreOffice.git] / chart2 / CppunitTest_chart2_xshape.mk
blobeabc54b26ea2adbc163d3a188473f03abef35439
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,chart2_xshape))
14 $(eval $(call gb_CppunitTest_use_externals,chart2_xshape, \
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_xshape, \
20 chart2/qa/extras/xshape/chart2xshape \
23 $(eval $(call gb_CppunitTest_use_libraries,chart2_xshape, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 vcl \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 sw \
42 sd \
43 sfx \
44 sot \
45 subsequenttest \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 $(call gb_Helper_optional,SCRIPTING, \
57 vbahelper) \
58 xo \
59 sw \
62 $(eval $(call gb_CppunitTest_set_include,chart2_xshape,\
63 -I$(SRCDIR)/chart2/qa/extras \
64 -I$(SRCDIR)/chart2/inc \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_sdk_api,chart2_xshape))
70 $(eval $(call gb_CppunitTest_use_ure,chart2_xshape))
71 $(eval $(call gb_CppunitTest_use_vcl,chart2_xshape))
73 $(eval $(call gb_CppunitTest_use_components,chart2_xshape,\
74 basic/util/sb \
75 animations/source/animcore/animcore \
76 chart2/source/controller/chartcontroller \
77 chart2/source/chartcore \
78 comphelper/util/comphelp \
79 configmgr/source/configmgr \
80 embeddedobj/util/embobj \
81 eventattacher/source/evtatt \
82 filter/source/config/cache/filterconfig1 \
83 filter/source/storagefilterdetect/storagefd \
84 forms/util/frm \
85 framework/util/fwk \
86 i18npool/util/i18npool \
87 linguistic/source/lng \
88 oox/util/oox \
89 package/source/xstor/xstor \
90 package/util/package2 \
91 sax/source/expatwrap/expwrap \
92 sc/util/sc \
93 sc/util/scd \
94 sc/util/scfilt \
95 sw/util/sw \
96 sw/util/swd \
97 sw/util/msword \
98 sd/util/sd \
99 sd/util/sdd \
100 $(call gb_Helper_optional,SCRIPTING, \
101 sc/util/vbaobj) \
102 scaddins/source/analysis/analysis \
103 scaddins/source/datefunc/date \
104 scripting/source/basprov/basprov \
105 scripting/util/scriptframe \
106 sfx2/util/sfx \
107 sot/util/sot \
108 svl/source/fsstor/fsstorage \
109 svl/util/svl \
110 svtools/util/svt \
111 svx/util/svx \
112 svx/util/svxcore \
113 sw/util/sw_writerfilter \
114 toolkit/util/tk \
115 vcl/vcl.common \
116 ucb/source/core/ucb1 \
117 ucb/source/ucp/file/ucpfile1 \
118 ucb/source/ucp/tdoc/ucptdoc1 \
119 uui/util/uui \
120 unotools/util/utl \
121 unoxml/source/rdf/unordf \
122 unoxml/source/service/unoxml \
123 xmloff/util/xo \
126 $(eval $(call gb_CppunitTest_use_configuration,chart2_xshape))
128 $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_xshape, \
129 modules/scalc \
130 modules/simpress \
131 sfx \
132 svt \
135 # vim: set noet sw=4 ts=4: