vcl: make "Reduce Transparency" parameter tweakable
[LibreOffice.git] / sc / CppunitTest_sc_pdf_export.mk
blobbe938026323c1734b1babf7a482b3a4ceb830a80
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_add_exception_objects,sc_pdf_export, \
13 sc/qa/extras/scpdfexport \
16 $(eval $(call gb_CppunitTest_use_externals,sc_pdf_export, \
17 boost_headers \
20 $(eval $(call gb_CppunitTest_use_libraries,sc_pdf_export, \
21 comphelper \
22 cppu \
23 editeng \
24 sal \
25 sax \
26 sc \
27 sfx \
28 svl \
29 test \
30 tl \
31 unotest \
32 utl \
35 $(eval $(call gb_CppunitTest_set_include,sc_pdf_export,\
36 -I$(SRCDIR)/sc/source/ui/inc \
37 -I$(SRCDIR)/sc/inc \
38 $$(INCLUDE) \
41 $(eval $(call gb_CppunitTest_use_api,sc_pdf_export,\
42 udkapi \
43 offapi \
46 $(eval $(call gb_CppunitTest_use_ure,sc_pdf_export))
47 $(eval $(call gb_CppunitTest_use_vcl,sc_pdf_export))
49 $(eval $(call gb_CppunitTest_use_components,sc_pdf_export,\
50 basic/util/sb \
51 comphelper/util/comphelp \
52 configmgr/source/configmgr \
53 dbaccess/util/dba \
54 eventattacher/source/evtatt \
55 filter/source/config/cache/filterconfig1 \
56 filter/source/pdf/pdffilter \
57 filter/source/storagefilterdetect/storagefd \
58 forms/util/frm \
59 framework/util/fwk \
60 i18npool/source/search/i18nsearch \
61 i18npool/util/i18npool \
62 linguistic/source/lng \
63 oox/util/oox \
64 package/source/xstor/xstor \
65 package/util/package2 \
66 sax/source/expatwrap/expwrap \
67 scripting/source/basprov/basprov \
68 scripting/source/dlgprov/dlgprov \
69 scripting/source/vbaevents/vbaevents \
70 scripting/util/scriptframe \
71 sc/util/sc \
72 sc/util/scd \
73 sc/util/scfilt \
74 $(call gb_Helper_optional,SCRIPTING, \
75 sc/util/vbaobj) \
76 sfx2/util/sfx \
77 sot/util/sot \
78 svl/source/fsstor/fsstorage \
79 svtools/util/svt \
80 svx/util/svx \
81 svx/util/svxcore \
82 toolkit/util/tk \
83 ucb/source/core/ucb1 \
84 ucb/source/ucp/file/ucpfile1 \
85 ucb/source/ucp/tdoc/ucptdoc1 \
86 unotools/util/utl \
87 unoxml/source/rdf/unordf \
88 unoxml/source/service/unoxml \
89 uui/util/uui \
90 vcl/vcl.common \
91 vbahelper/util/msforms \
92 xmloff/util/xo \
95 $(eval $(call gb_CppunitTest_use_configuration,sc_pdf_export))
97 # vim: set noet sw=4 ts=4: