tdf#118936 writerfilter: MultiPropertySet exception lost properties
[LibreOffice.git] / sax / CppunitTest_sax_parser.mk
blobeafad95a06a23947f30344c6d2e1cab49d46a586
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,sax_parser))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sax_parser, \
13 sax/qa/cppunit/parser \
16 $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \
17 comphelper \
18 cppu \
19 cppuhelper \
20 unotest \
21 expwrap \
22 sal \
23 test \
26 $(eval $(call gb_CppunitTest_use_externals,sax_parser, \
27 boost_headers \
30 $(eval $(call gb_CppunitTest_use_sdk_api,sax_parser))
32 $(eval $(call gb_CppunitTest_use_ure,sax_parser))
33 $(eval $(call gb_CppunitTest_use_vcl,sax_parser))
35 $(eval $(call gb_CppunitTest_use_components,sax_parser,\
36 configmgr/source/configmgr \
37 framework/util/fwk \
38 i18npool/util/i18npool \
39 sfx2/util/sfx \
40 ucb/source/core/ucb1 \
41 ucb/source/ucp/file/ucpfile1 \
44 $(eval $(call gb_CppunitTest_use_configuration,sax_parser))
46 # vim: set noet sw=4 ts=4: