CppunitTest_sw_ooxmlimport: use more SwParaPortion::dumpAsXml()
[LibreOffice.git] / sc / CppunitTest_sc_chartsobj.mk
blob7cd24be8f5e20fe4bb7318dd3e404f258d621c9e
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 #*************************************************************************
11 $(eval $(call gb_CppunitTest_CppunitTest,sc_chartsobj))
13 $(eval $(call gb_CppunitTest_use_external,sc_chartsobj,boost_headers))
15 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_chartsobj))
17 $(eval $(call gb_CppunitTest_add_exception_objects,sc_chartsobj, \
18 sc/qa/extras/scchartsobj \
21 $(eval $(call gb_CppunitTest_use_libraries,sc_chartsobj, \
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 subsequenttest \
27 test \
28 unotest \
31 $(eval $(call gb_CppunitTest_set_include,sc_chartsobj,\
32 $$(INCLUDE) \
35 $(eval $(call gb_CppunitTest_use_sdk_api,sc_chartsobj))
37 $(eval $(call gb_CppunitTest_use_ure,sc_chartsobj))
38 $(eval $(call gb_CppunitTest_use_vcl,sc_chartsobj))
40 $(eval $(call gb_CppunitTest_use_rdb,sc_chartsobj,services))
42 $(eval $(call gb_CppunitTest_use_components,sc_chartsobj))
44 $(eval $(call gb_CppunitTest_use_configuration,sc_chartsobj))
46 # vim: set noet sw=4 ts=4: