tdf#150197 sw: convert pre-defined num styles to ListFormat
[LibreOffice.git] / sc / CppunitTest_sc_pdf_export.mk
blob19b67515cb14d57c5712c2313c42c5ef8822754f
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 editeng \
32 sal \
33 sax \
34 sc \
35 sfx \
36 svl \
37 test \
38 tl \
39 unotest \
40 utl \
41 vcl \
44 $(eval $(call gb_CppunitTest_set_include,sc_pdf_export,\
45 -I$(SRCDIR)/sc/source/ui/inc \
46 -I$(SRCDIR)/sc/inc \
47 $$(INCLUDE) \
50 $(eval $(call gb_CppunitTest_use_api,sc_pdf_export,\
51 udkapi \
52 offapi \
55 $(eval $(call gb_CppunitTest_use_ure,sc_pdf_export))
56 $(eval $(call gb_CppunitTest_use_vcl,sc_pdf_export))
58 $(eval $(call gb_CppunitTest_use_components,sc_pdf_export,\
59 basic/util/sb \
60 comphelper/util/comphelp \
61 configmgr/source/configmgr \
62 dbaccess/util/dba \
63 eventattacher/source/evtatt \
64 filter/source/config/cache/filterconfig1 \
65 filter/source/pdf/pdffilter \
66 filter/source/storagefilterdetect/storagefd \
67 forms/util/frm \
68 framework/util/fwk \
69 i18npool/source/search/i18nsearch \
70 i18npool/util/i18npool \
71 linguistic/source/lng \
72 oox/util/oox \
73 package/source/xstor/xstor \
74 package/util/package2 \
75 sax/source/expatwrap/expwrap \
76 scripting/source/basprov/basprov \
77 scripting/source/dlgprov/dlgprov \
78 scripting/source/vbaevents/vbaevents \
79 scripting/util/scriptframe \
80 sc/util/sc \
81 sc/util/scd \
82 sc/util/scfilt \
83 $(call gb_Helper_optional,SCRIPTING, \
84 sc/util/vbaobj) \
85 sfx2/util/sfx \
86 sot/util/sot \
87 svl/source/fsstor/fsstorage \
88 svtools/util/svt \
89 svx/util/svx \
90 svx/util/svxcore \
91 toolkit/util/tk \
92 ucb/source/core/ucb1 \
93 ucb/source/ucp/file/ucpfile1 \
94 ucb/source/ucp/tdoc/ucptdoc1 \
95 unotools/util/utl \
96 unoxml/source/rdf/unordf \
97 unoxml/source/service/unoxml \
98 uui/util/uui \
99 vcl/vcl.common \
100 vbahelper/util/msforms \
101 xmloff/util/xo \
104 $(eval $(call gb_CppunitTest_use_configuration,sc_pdf_export))
106 # vim: set noet sw=4 ts=4: