make Skia the default now on Mac too (again)
[LibreOffice.git] / sc / CppunitTest_sc_pdf_export.mk
blob9da73eed40d60986966a56e4f15add75f2429657
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 \
43 $(eval $(call gb_CppunitTest_set_include,sc_pdf_export,\
44 -I$(SRCDIR)/sc/source/ui/inc \
45 -I$(SRCDIR)/sc/inc \
46 $$(INCLUDE) \
49 $(eval $(call gb_CppunitTest_use_api,sc_pdf_export,\
50 udkapi \
51 offapi \
54 $(eval $(call gb_CppunitTest_use_ure,sc_pdf_export))
55 $(eval $(call gb_CppunitTest_use_vcl,sc_pdf_export))
57 $(eval $(call gb_CppunitTest_use_components,sc_pdf_export,\
58 basic/util/sb \
59 comphelper/util/comphelp \
60 configmgr/source/configmgr \
61 dbaccess/util/dba \
62 eventattacher/source/evtatt \
63 filter/source/config/cache/filterconfig1 \
64 filter/source/pdf/pdffilter \
65 filter/source/storagefilterdetect/storagefd \
66 forms/util/frm \
67 framework/util/fwk \
68 i18npool/source/search/i18nsearch \
69 i18npool/util/i18npool \
70 linguistic/source/lng \
71 oox/util/oox \
72 package/source/xstor/xstor \
73 package/util/package2 \
74 sax/source/expatwrap/expwrap \
75 scripting/source/basprov/basprov \
76 scripting/source/dlgprov/dlgprov \
77 scripting/source/vbaevents/vbaevents \
78 scripting/util/scriptframe \
79 sc/util/sc \
80 sc/util/scd \
81 sc/util/scfilt \
82 $(call gb_Helper_optional,SCRIPTING, \
83 sc/util/vbaobj) \
84 sfx2/util/sfx \
85 sot/util/sot \
86 svl/source/fsstor/fsstorage \
87 svtools/util/svt \
88 svx/util/svx \
89 svx/util/svxcore \
90 toolkit/util/tk \
91 ucb/source/core/ucb1 \
92 ucb/source/ucp/file/ucpfile1 \
93 ucb/source/ucp/tdoc/ucptdoc1 \
94 unotools/util/utl \
95 unoxml/source/rdf/unordf \
96 unoxml/source/service/unoxml \
97 uui/util/uui \
98 vcl/vcl.common \
99 vbahelper/util/msforms \
100 xmloff/util/xo \
103 $(eval $(call gb_CppunitTest_use_configuration,sc_pdf_export))
105 # vim: set noet sw=4 ts=4: