fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / CppunitTest_chart2_import.mk
blobe101993e9eb45f2bf30beac99fc07aa4dcda6bf1
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_import))
14 $(eval $(call gb_CppunitTest_use_externals,chart2_import, \
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_import, \
20 chart2/qa/extras/chart2import \
23 $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \
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 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tl \
51 tk \
52 ucbhelper \
53 unotest \
54 utl \
55 vbahelper \
56 xo \
57 sw \
58 $(gb_UWINAPI) \
61 $(eval $(call gb_CppunitTest_set_include,chart2_import,\
62 -I$(SRCDIR)/chart2/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,chart2_import,\
67 offapi \
68 udkapi \
71 $(eval $(call gb_CppunitTest_use_ure,chart2_import))
72 $(eval $(call gb_CppunitTest_use_vcl,chart2_import))
74 $(eval $(call gb_CppunitTest_use_components,chart2_import,\
75 basic/util/sb \
76 animations/source/animcore/animcore \
77 chart2/source/controller/chartcontroller \
78 chart2/source/chartcore \
79 comphelper/util/comphelp \
80 configmgr/source/configmgr \
81 dtrans/util/mcnttype \
82 embeddedobj/util/embobj \
83 eventattacher/source/evtatt \
84 filter/source/config/cache/filterconfig1 \
85 filter/source/odfflatxml/odfflatxml \
86 filter/source/storagefilterdetect/storagefd \
87 filter/source/xmlfilteradaptor/xmlfa \
88 filter/source/xmlfilterdetect/xmlfd \
89 forms/util/frm \
90 framework/util/fwk \
91 i18npool/util/i18npool \
92 linguistic/source/lng \
93 oox/util/oox \
94 package/source/xstor/xstor \
95 package/util/package2 \
96 sax/source/expatwrap/expwrap \
97 sc/util/sc \
98 sc/util/scd \
99 sc/util/scfilt \
100 sw/util/sw \
101 sw/util/swd \
102 sw/util/msword \
103 sd/util/sd \
104 sd/util/sdfilt \
105 sd/util/sdd \
106 $(call gb_Helper_optional,SCRIPTING, \
107 sc/util/vbaobj) \
108 scaddins/source/analysis/analysis \
109 scaddins/source/datefunc/date \
110 scripting/source/basprov/basprov \
111 scripting/util/scriptframe \
112 sfx2/util/sfx \
113 sot/util/sot \
114 svl/source/fsstor/fsstorage \
115 svl/util/svl \
116 svtools/util/svt \
117 svx/util/svx \
118 svx/util/svxcore \
119 toolkit/util/tk \
120 ucb/source/core/ucb1 \
121 ucb/source/ucp/file/ucpfile1 \
122 ucb/source/ucp/tdoc/ucptdoc1 \
123 unotools/util/utl \
124 unoxml/source/rdf/unordf \
125 unoxml/source/service/unoxml \
126 writerfilter/util/writerfilter \
127 xmloff/util/xo \
128 xmlscript/util/xmlscript \
131 $(eval $(call gb_CppunitTest_use_configuration,chart2_import))
133 $(call gb_CppunitTest_get_target,chart2_import): \
134 $(call gb_AllLangResTarget_get_target,sd)
136 # vim: set noet sw=4 ts=4: