tdf#163956 calculate line height differently in FORMTEXT
[LibreOffice.git] / xmlsecurity / CppunitTest_xmlsecurity_pdfsigning.mk
blobfaf6944a07736a574d984c90a7f561a90301a1f7
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,xmlsecurity_pdfsigning))
14 $(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_pdfsigning, \
15 xmlsecurity/qa/unit/pdfsigning/pdfsigning \
18 $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_pdfsigning, \
19 comphelper \
20 cppuhelper \
21 cppu \
22 sal \
23 sax \
24 sfx \
25 svl \
26 test \
27 tl \
28 unotest \
29 utl \
30 xmlsecurity \
31 vcl \
34 $(eval $(call gb_CppunitTest_use_externals,xmlsecurity_pdfsigning,\
35 boost_headers \
38 ifneq ($(OS),WNT)
39 ifneq (,$(ENABLE_NSS))
40 $(eval $(call gb_CppunitTest_use_externals,xmlsecurity_pdfsigning,\
41 nssutil3 \
43 endif
44 endif
46 $(eval $(call gb_CppunitTest_set_include,xmlsecurity_pdfsigning,\
47 -I$(SRCDIR)/xmlsecurity/inc \
48 $$(INCLUDE) \
51 $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_pdfsigning))
53 $(eval $(call gb_CppunitTest_use_ure,xmlsecurity_pdfsigning))
54 $(eval $(call gb_CppunitTest_use_vcl,xmlsecurity_pdfsigning))
56 $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_pdfsigning,services))
58 $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_pdfsigning))
60 ifeq ($(ENABLE_POPPLER),TRUE)
61 $(eval $(call gb_CppunitTest_use_executable,xmlsecurity_pdfsigning,xpdfimport))
62 endif
64 ifeq ($(OS),WNT)
65 # Initializing DocumentSignatureManager will require gpgme-w32spawn.exe in workdir/LinkTarget/Executable
66 $(eval $(call gb_CppunitTest_use_packages,xmlsecurity_pdfsigning,\
67 $(call gb_Helper_optional,GPGMEPP,gpgmepp)\
69 endif
71 # vim: set noet sw=4 ts=4: