fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / svgio / CppunitTest_svgio.mk
blob66b69d86147d365f11ef62635b1000eb68fd9255
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,svgio))
12 $(eval $(call gb_CppunitTest_set_componentfile,svgio,svgio/svgio))
14 $(eval $(call gb_CppunitTest_set_include,svgio,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/svgio/inc \
19 $(eval $(call gb_CppunitTest_use_externals,svgio,\
20 boost_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_api,svgio,\
25 offapi \
26 udkapi \
29 $(eval $(call gb_CppunitTest_use_library_objects,svgio,\
30 svgio \
33 $(eval $(call gb_CppunitTest_use_libraries,svgio,\
34 basegfx \
35 drawinglayer \
36 cppu \
37 cppuhelper \
38 comphelper \
39 sal \
40 sax \
41 svt \
42 test \
43 unotest \
44 tl \
45 vcl \
46 $(gb_UWINAPI) \
49 $(eval $(call gb_CppunitTest_add_exception_objects,svgio,\
50 svgio/qa/cppunit/SvgImportTest \
53 $(eval $(call gb_CppunitTest_use_ure,svgio))
54 $(eval $(call gb_CppunitTest_use_vcl,svgio))
56 $(eval $(call gb_CppunitTest_use_components,svgio,\
57 configmgr/source/configmgr \
58 dtrans/util/mcnttype \
59 framework/util/fwk \
60 i18npool/util/i18npool \
61 package/source/xstor/xstor \
62 package/util/package2 \
63 toolkit/util/tk \
64 sfx2/util/sfx \
65 ucb/source/core/ucb1 \
66 ucb/source/ucp/file/ucpfile1 \
67 unotools/util/utl \
68 sax/source/expatwrap/expwrap \
71 $(eval $(call gb_CppunitTest_use_configuration,svgio))
73 # vim: set noet sw=4 ts=4: