Branch libreoffice-5-0-4
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlfieldexport.mk
blobae67c208743840271f44b43347227cc00273dcb9
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 include $(SRCDIR)/sw/ooxmlexport_setup.mk
14 $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlfieldexport))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlfieldexport, \
17 sw/qa/extras/ooxmlexport/ooxmlfieldexport \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlfieldexport, \
21 $(sw_ooxmlexport_libraries) \
24 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlfieldexport,\
25 boost_headers \
26 libxml2 \
29 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlfieldexport,\
30 -I$(SRCDIR)/sw/inc \
31 -I$(SRCDIR)/sw/source/core/inc \
32 -I$(SRCDIR)/sw/qa/extras/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_CppunitTest_use_api,sw_ooxmlfieldexport,\
37 offapi \
38 udkapi \
41 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlfieldexport))
42 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlfieldexport))
44 $(eval $(call gb_CppunitTest_use_components,sw_ooxmlfieldexport,\
45 $(sw_ooxmlexport_components) \
46 filter/source/storagefilterdetect/storagefd \
49 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlfieldexport))
51 $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlfieldexport,\
52 oox_generated \
55 # vim: set noet sw=4 ts=4: