Update git submodules
[LibreOffice.git] / sc / CppunitTest_sc_pdf_export.mk
blobddd856b2859e160bb0f48df0def72f0168201e8d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_pdf_export))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_pdf_export))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_pdf_export, \
15 sc/qa/extras/scpdfexport \
18 $(eval $(call gb_CppunitTest_use_externals,sc_pdf_export, \
19 boost_headers \
21 ifeq ($(TLS),NSS)
22 $(eval $(call gb_CppunitTest_use_externals,sc_pdf_export,\
23 plc4 \
24 nss3 \
26 endif
28 $(eval $(call gb_CppunitTest_use_libraries,sc_pdf_export, \
29 comphelper \
30 cppu \
31 cppuhelper \
32 editeng \
33 sal \
34 sax \
35 sc \
36 sfx \
37 subsequenttest \
38 svl \
39 test \
40 tl \
41 unotest \
42 utl \
43 vcl \
46 $(eval $(call gb_CppunitTest_set_include,sc_pdf_export,\
47 -I$(SRCDIR)/sc/source/ui/inc \
48 -I$(SRCDIR)/sc/inc \
49 $$(INCLUDE) \
52 $(eval $(call gb_CppunitTest_use_api,sc_pdf_export,\
53 udkapi \
54 offapi \
57 $(eval $(call gb_CppunitTest_use_ure,sc_pdf_export))
58 $(eval $(call gb_CppunitTest_use_vcl,sc_pdf_export))
60 $(eval $(call gb_CppunitTest_use_rdb,sc_pdf_export,services))
62 $(eval $(call gb_CppunitTest_use_configuration,sc_pdf_export))
64 # vim: set noet sw=4 ts=4: