[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / svgio / CppunitTest_svgio.mk
blobd690f23831164205f02880597412a7111e8b8612
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_sdk_api,svgio))
26 $(eval $(call gb_CppunitTest_use_library_objects,svgio,\
27 svgio \
30 $(eval $(call gb_CppunitTest_use_libraries,svgio,\
31 basegfx \
32 drawinglayer \
33 cppu \
34 cppuhelper \
35 comphelper \
36 sal \
37 sax \
38 svt \
39 test \
40 unotest \
41 tk \
42 tl \
43 vcl \
46 $(eval $(call gb_CppunitTest_add_exception_objects,svgio,\
47 svgio/qa/cppunit/SvgImportTest \
50 $(eval $(call gb_CppunitTest_use_ure,svgio))
51 $(eval $(call gb_CppunitTest_use_vcl,svgio))
53 $(eval $(call gb_CppunitTest_use_components,svgio,\
54 configmgr/source/configmgr \
55 framework/util/fwk \
56 i18npool/util/i18npool \
57 package/source/xstor/xstor \
58 package/util/package2 \
59 sax/source/expatwrap/expwrap \
60 sfx2/util/sfx \
61 toolkit/util/tk \
62 ucb/source/core/ucb1 \
63 ucb/source/ucp/file/ucpfile1 \
64 unotools/util/utl \
65 vcl/vcl.common \
68 $(eval $(call gb_CppunitTest_use_configuration,svgio))
70 # vim: set noet sw=4 ts=4: