Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sw / CppunitTest_sw_ooxmlencryption.mk
blob09b2fb1c01300722f0f1eda4e971c2cc8b3ac68d
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_ooxmlencryption))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlencryption, \
15 sw/qa/extras/ooxmlexport/ooxmlencryption \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlencryption, \
19 $(sw_ooxmlexport_libraries) \
22 $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlencryption,\
23 boost_headers \
24 libxml2 \
27 $(eval $(call gb_CppunitTest_set_include,sw_ooxmlencryption,\
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_sdk_api,sw_ooxmlencryption))
35 $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlencryption))
36 $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlencryption))
38 $(eval $(call gb_CppunitTest_use_components,sw_ooxmlencryption,\
39 $(sw_ooxmlexport_components) \
40 filter/source/storagefilterdetect/storagefd \
43 $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlencryption))
45 $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlencryption,\
46 oox_generated \
49 # vim: set noet sw=4 ts=4: