nss: upgrade to release 3.73
[LibreOffice.git] / vcl / CppunitTest_vcl_pdfium_library_test.mk
blob0f4a480c8254e3c17cb01d6b7461b036235a2386
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_pdfium_library_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_pdfium_library_test, \
13 vcl/qa/cppunit/PDFiumLibraryTest \
16 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfium_library_test))
18 $(eval $(call gb_CppunitTest_use_libraries,vcl_pdfium_library_test, \
19 basegfx \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 test \
25 unotest \
26 utl \
27 tl \
28 vcl \
31 $(eval $(call gb_CppunitTest_use_externals,vcl_pdfium_library_test, \
32 boost_headers \
33 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
36 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfium_library_test))
38 $(eval $(call gb_CppunitTest_use_ure,vcl_pdfium_library_test))
39 $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfium_library_test))
41 $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfium_library_test,services))
43 $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfium_library_test))
45 # vim: set noet sw=4 ts=4: