[en-US] Added 13 words to autocorrect
[LibreOffice.git] / vcl / CppunitTest_vcl_pdfium_library_test.mk
blob37acb11255064b0fcb8dfd342c24160235585c0f
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 \
14 vcl/qa/cppunit/PDFDocumentTest \
17 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfium_library_test))
19 $(eval $(call gb_CppunitTest_use_libraries,vcl_pdfium_library_test, \
20 basegfx \
21 comphelper \
22 cppu \
23 cppuhelper \
24 sal \
25 test \
26 unotest \
27 utl \
28 tl \
29 vcl \
32 $(eval $(call gb_CppunitTest_use_externals,vcl_pdfium_library_test, \
33 boost_headers \
34 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
37 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfium_library_test))
39 $(eval $(call gb_CppunitTest_use_ure,vcl_pdfium_library_test))
40 $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfium_library_test))
42 $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfium_library_test,services))
44 $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfium_library_test))
46 # vim: set noet sw=4 ts=4: