sc: rowcol: tdf#50916 convert ucalc test, and docfunc.
[LibreOffice.git] / vcl / CppunitTest_vcl_pdfexport.mk
blob45123e7c2811276cde07c4cb4c3f4a8c22b7e210
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,vcl_pdfexport))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_pdfexport, \
13 vcl/qa/cppunit/pdfexport/pdfexport \
16 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport))
18 $(eval $(call gb_CppunitTest_use_libraries,vcl_pdfexport, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 test \
24 unotest \
25 utl \
26 tl \
27 vcl \
28 xmlsecurity \
31 $(eval $(call gb_CppunitTest_use_externals,vcl_pdfexport, \
32 boost_headers \
33 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
36 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport))
38 $(eval $(call gb_CppunitTest_use_ure,vcl_pdfexport))
39 $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfexport))
41 $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfexport,services))
43 $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfexport))
45 $(eval $(call gb_CppunitTest_use_more_fonts,vcl_pdfexport))
47 # vim: set noet sw=4 ts=4: