tdf#151548 ContentControls: Add Delete()
[LibreOffice.git] / vcl / CppunitTest_vcl_pdfexport.mk
blob33716f5dad369b2164b338acdd46d93156a63e1d
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 subsequenttest \
25 test \
26 unotest \
27 utl \
28 tl \
29 vcl \
30 xmlsecurity \
33 $(eval $(call gb_CppunitTest_use_externals,vcl_pdfexport, \
34 boost_headers \
35 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
38 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport))
40 $(eval $(call gb_CppunitTest_use_ure,vcl_pdfexport))
41 $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfexport))
43 $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfexport,services))
45 $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfexport))
47 # assert if font/glyph fallback occurs
48 $(eval $(call gb_CppunitTest_set_non_application_font_use,vcl_pdfexport,abort))
50 $(eval $(call gb_CppunitTest_use_more_fonts,vcl_pdfexport))
52 # vim: set noet sw=4 ts=4: