Related: tdf#137748 "Update" should have use-underline
[LibreOffice.git] / vcl / CppunitTest_vcl_pdfexport.mk
blob2721d15e410b98d67e12b11811f8279e2f8a9b37
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 basegfx \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 test \
25 unotest \
26 utl \
27 tl \
28 vcl \
29 xmlsecurity \
32 $(eval $(call gb_CppunitTest_use_externals,vcl_pdfexport, \
33 boost_headers \
34 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
37 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport))
39 $(eval $(call gb_CppunitTest_use_ure,vcl_pdfexport))
40 $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfexport))
42 $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfexport,services))
44 $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfexport))
46 $(eval $(call gb_CppunitTest_use_more_fonts,vcl_pdfexport))
48 # vim: set noet sw=4 ts=4: