office-gobmx/sc/CppunitTest_sc_pdf_export.mk
Serge Krot 87bf5a930a tdf#120161 sc: pdf export unit test
Change-Id: I42579d4d61be43318f7e2b06b3465890dd624a12
Reviewed-on: https://gerrit.libreoffice.org/69035
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-03-19 10:53:24 +01:00

97 lines
2.4 KiB
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_CppunitTest_CppunitTest,sc_pdf_export))
$(eval $(call gb_CppunitTest_add_exception_objects,sc_pdf_export, \
sc/qa/extras/scpdfexport \
))
$(eval $(call gb_CppunitTest_use_externals,sc_pdf_export, \
boost_headers \
))
$(eval $(call gb_CppunitTest_use_libraries,sc_pdf_export, \
comphelper \
cppu \
editeng \
sal \
sax \
sc \
sfx \
svl \
test \
tl \
unotest \
utl \
))
$(eval $(call gb_CppunitTest_set_include,sc_pdf_export,\
-I$(SRCDIR)/sc/source/ui/inc \
-I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,sc_pdf_export,\
udkapi \
offapi \
))
$(eval $(call gb_CppunitTest_use_ure,sc_pdf_export))
$(eval $(call gb_CppunitTest_use_vcl,sc_pdf_export))
$(eval $(call gb_CppunitTest_use_components,sc_pdf_export,\
basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
dbaccess/util/dba \
eventattacher/source/evtatt \
filter/source/config/cache/filterconfig1 \
filter/source/pdf/pdffilter \
filter/source/storagefilterdetect/storagefd \
forms/util/frm \
framework/util/fwk \
i18npool/source/search/i18nsearch \
i18npool/util/i18npool \
linguistic/source/lng \
oox/util/oox \
package/source/xstor/xstor \
package/util/package2 \
sax/source/expatwrap/expwrap \
scripting/source/basprov/basprov \
scripting/source/dlgprov/dlgprov \
scripting/source/vbaevents/vbaevents \
scripting/util/scriptframe \
sc/util/sc \
sc/util/scd \
sc/util/scfilt \
$(call gb_Helper_optional,SCRIPTING, \
sc/util/vbaobj) \
sfx2/util/sfx \
sot/util/sot \
svl/source/fsstor/fsstorage \
svtools/util/svt \
svx/util/svx \
svx/util/svxcore \
toolkit/util/tk \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
ucb/source/ucp/tdoc/ucptdoc1 \
unotools/util/utl \
unoxml/source/rdf/unordf \
unoxml/source/service/unoxml \
uui/util/uui \
vcl/vcl.common \
vbahelper/util/msforms \
xmloff/util/xo \
))
$(eval $(call gb_CppunitTest_use_configuration,sc_pdf_export))
# vim: set noet sw=4 ts=4: