tdf#118517: Use xStg before resetting it
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlfieldexport.mk
blob192e4bc7a5fcf25a53520f5c8bef436b1c0b7e00
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 $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlfieldexport))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlfieldexport, \
15 sw/qa/extras/ooxmlexport/ooxmlfieldexport \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlfieldexport, \
19 $(sw_ooxmlexport_libraries) \
22 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlfieldexport,\
23 boost_headers \
24 libxml2 \
27 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlfieldexport,\
28 -I$(SRCDIR)/sw/inc \
29 -I$(SRCDIR)/sw/source/core/inc \
30 -I$(SRCDIR)/sw/qa/extras/inc \
31 $$(INCLUDE) \
34 $(eval $(call gb_CppunitTest_use_api,sw_ooxmlfieldexport,\
35 udkapi \
36 offapi \
37 oovbaapi \
40 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlfieldexport))
41 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlfieldexport))
43 $(eval $(call gb_CppunitTest_use_components,sw_ooxmlfieldexport,\
44 $(sw_ooxmlexport_components) \
45 filter/source/storagefilterdetect/storagefd \
48 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlfieldexport))
50 $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlfieldexport,\
51 oox_generated \
54 # vim: set noet sw=4 ts=4: