sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / oox / CppunitTest_oox_crypto.mk
blobf4a64128315224d0b2798cdda9e8505641f11343
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval $(call gb_CppunitTest_CppunitTest,oox_crypto))
13 $(eval $(call gb_CppunitTest_add_exception_objects,oox_crypto,\
14 oox/qa/unit/CryptoTest \
17 $(eval $(call gb_CppunitTest_use_sdk_api,oox_crypto))
19 ifeq ($(TLS),OPENSSL)
20 $(eval $(call gb_CppunitTest_externals,oox_crypto,\
21 openssl \
22 openssl_headers \
24 else
25 ifeq ($(TLS),NSS)
26 $(eval $(call gb_CppunitTest_use_externals,oox_crypto,\
27 plc4 \
28 nss3 \
30 endif
31 endif
33 $(eval $(call gb_CppunitTest_use_libraries,oox_crypto,\
34 basegfx \
35 comphelper \
36 cppu \
37 cppuhelper \
38 editeng \
39 drawinglayer \
40 msfilter \
41 sal \
42 oox \
43 sax \
44 sfx \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 sot \
50 tl \
51 unotest \
52 utl \
53 vcl \
54 xo \
55 xmlscript \
58 $(eval $(call gb_CppunitTest_use_api,oox_crypto,\
59 offapi \
60 udkapi \
63 $(eval $(call gb_CppunitTest_use_ure,oox_crypto))
64 $(eval $(call gb_CppunitTest_use_vcl,oox_crypto))
65 $(eval $(call gb_CppunitTest_use_configuration,oox_crypto))
67 $(eval $(call gb_CppunitTest_use_components,oox_crypto,\
68 comphelper/util/comphelp \
69 configmgr/source/configmgr \
70 filter/source/config/cache/filterconfig1 \
71 filter/source/storagefilterdetect/storagefd \
72 i18npool/util/i18npool \
73 package/source/xstor/xstor \
74 package/util/package2 \
75 sfx2/util/sfx \
76 sot/util/sot \
77 svl/source/fsstor/fsstorage \
78 svtools/util/svt \
79 ucb/source/core/ucb1 \
80 ucb/source/ucp/file/ucpfile1 \
81 ucb/source/ucp/tdoc/ucptdoc1 \
82 unotools/util/utl \
83 uui/util/uui \
84 vcl/vcl.common \
85 sax/source/expatwrap/expwrap \
89 # vim: set noet sw=4 ts=4: