Bump version to 4.1-6
[LibreOffice.git] / sdext / CppunitTest_pdfimport.mk
bloba7e2a869260b3cd5b25da890552ae6605558b9ea
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,sdext_pdfimport))
12 $(eval $(call gb_CppunitTest_use_api,sdext_pdfimport,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_CppunitTest_set_include,sdext_pdfimport,\
18 -I$(SRCDIR)/sdext/source/pdfimport/inc \
19 $$(INCLUDE) \
22 $(eval $(call gb_CppunitTest_use_externals,sdext_pdfimport,\
23 boost_headers \
24 zlib \
27 $(eval $(call gb_CppunitTest_use_libraries,sdext_pdfimport,\
28 basegfx \
29 vcl \
30 comphelper \
31 cppu \
32 cppuhelper \
33 sal \
34 test \
35 unotest \
36 $(gb_UWINAPI) \
39 $(eval $(call gb_CppunitTest_use_static_libraries,sdext_pdfimport,\
40 pdfimport_s \
43 $(eval $(call gb_CppunitTest_add_exception_objects,sdext_pdfimport,\
44 sdext/source/pdfimport/test/tests \
47 $(eval $(call gb_CppunitTest_use_executable,sdext_pdfimport,xpdfimport))
49 $(eval $(call gb_CppunitTest_use_ure,sdext_pdfimport))
51 $(eval $(call gb_CppunitTest_use_components,sdext_pdfimport,\
52 comphelper/util/comphelp \
53 configmgr/source/configmgr \
54 i18npool/util/i18npool \
55 ucb/source/core/ucb1 \
56 ucb/source/ucp/file/ucpfile1 \
59 $(eval $(call gb_CppunitTest_use_configuration,sdext_pdfimport))
61 # vim:set noet sw=4 ts=4: