fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / CppunitTest_chart2_export.mk
blob51ce6b65130029bf5fc92b6b6964e6685fff05aa
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_export))
14 $(eval $(call gb_CppunitTest_use_externals,chart2_export, \
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_export, \
20 chart2/qa/extras/chart2export \
23 $(eval $(call gb_CppunitTest_use_libraries,chart2_export, \
24 $(call gb_Helper_optional,AVMEDIA,avmedia) \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 vcl \
36 oox \
37 sal \
38 salhelper \
39 sax \
40 sb \
41 sc \
42 sw \
43 sd \
44 sfx \
45 sot \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tl \
52 tk \
53 ucbhelper \
54 unotest \
55 utl \
56 vbahelper \
57 xo \
58 sw \
59 $(gb_UWINAPI) \
62 $(eval $(call gb_CppunitTest_set_include,chart2_export,\
63 -I$(SRCDIR)/chart2/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,chart2_export,\
68 offapi \
69 udkapi \
72 $(eval $(call gb_CppunitTest_use_ure,chart2_export))
73 $(eval $(call gb_CppunitTest_use_vcl,chart2_export))
75 $(eval $(call gb_CppunitTest_use_components,chart2_export,\
76 basic/util/sb \
77 animations/source/animcore/animcore \
78 chart2/source/controller/chartcontroller \
79 chart2/source/chartcore \
80 comphelper/util/comphelp \
81 configmgr/source/configmgr \
82 dtrans/util/mcnttype \
83 dbaccess/util/dba \
84 embeddedobj/util/embobj \
85 eventattacher/source/evtatt \
86 filter/source/config/cache/filterconfig1 \
87 filter/source/odfflatxml/odfflatxml \
88 filter/source/storagefilterdetect/storagefd \
89 filter/source/xmlfilteradaptor/xmlfa \
90 filter/source/xmlfilterdetect/xmlfd \
91 forms/util/frm \
92 framework/util/fwk \
93 i18npool/util/i18npool \
94 linguistic/source/lng \
95 oox/util/oox \
96 package/source/xstor/xstor \
97 package/util/package2 \
98 sax/source/expatwrap/expwrap \
99 sc/util/sc \
100 sc/util/scd \
101 sc/util/scfilt \
102 sw/util/sw \
103 sw/util/swd \
104 sw/util/msword \
105 sd/util/sd \
106 sd/util/sdfilt \
107 sd/util/sdd \
108 $(call gb_Helper_optional,SCRIPTING, \
109 sc/util/vbaobj) \
110 scaddins/source/analysis/analysis \
111 scaddins/source/datefunc/date \
112 scripting/source/basprov/basprov \
113 scripting/util/scriptframe \
114 sfx2/util/sfx \
115 sot/util/sot \
116 svl/source/fsstor/fsstorage \
117 svl/util/svl \
118 svtools/util/svt \
119 svx/util/svx \
120 svx/util/svxcore \
121 toolkit/util/tk \
122 ucb/source/core/ucb1 \
123 ucb/source/ucp/file/ucpfile1 \
124 ucb/source/ucp/tdoc/ucptdoc1 \
125 unotools/util/utl \
126 unoxml/source/rdf/unordf \
127 unoxml/source/service/unoxml \
128 writerfilter/util/writerfilter \
129 xmloff/util/xo \
130 xmlscript/util/xmlscript \
133 $(eval $(call gb_CppunitTest_use_configuration,chart2_export))
135 # vim: set noet sw=4 ts=4: