Revert "workaround compile failures in libxml, with clang-17"
[LibreOffice.git] / sdext / CppunitTest_sdext_pdfimport.mk
bloba16e1726bae933c4a56e80386f18068778ab99db
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_sdk_api,sdext_pdfimport))
14 $(eval $(call gb_CppunitTest_set_include,sdext_pdfimport,\
15 -I$(SRCDIR)/sdext/source/pdfimport/inc \
16 -I$(SRCDIR)/sdext/source/pdfimport/test \
17 $$(INCLUDE) \
20 $(eval $(call gb_CppunitTest_use_externals,sdext_pdfimport,\
21 boost_headers \
22 zlib \
23 libxml2 \
26 $(eval $(call gb_CppunitTest_use_libraries,sdext_pdfimport,\
27 basegfx \
28 vcl \
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 test \
34 unotest \
35 tl \
36 xo \
37 i18nutil \
40 $(eval $(call gb_CppunitTest_use_library_objects,sdext_pdfimport,pdfimport))
42 $(eval $(call gb_CppunitTest_add_exception_objects,sdext_pdfimport,\
43 sdext/qa/unit/pdfimport \
46 $(eval $(call gb_CppunitTest_use_executable,sdext_pdfimport,xpdfimport))
48 $(eval $(call gb_CppunitTest_use_ure,sdext_pdfimport))
49 $(eval $(call gb_CppunitTest_use_vcl,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: