Related: tdf#145722 need to clone userdata if we copy a module/dialog
[LibreOffice.git] / sdext / CppunitTest_sdext_pdfimport.mk
blobb2676d32002b1c44e8cf8d11e4d49994419da617
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 $$(INCLUDE) \
19 $(eval $(call gb_CppunitTest_use_externals,sdext_pdfimport,\
20 boost_headers \
21 zlib \
22 libxml2 \
25 $(eval $(call gb_CppunitTest_use_libraries,sdext_pdfimport,\
26 basegfx \
27 vcl \
28 comphelper \
29 cppu \
30 cppuhelper \
31 sal \
32 test \
33 unotest \
34 tl \
35 xo \
38 $(eval $(call gb_CppunitTest_use_library_objects,sdext_pdfimport,pdfimport))
40 $(eval $(call gb_CppunitTest_add_exception_objects,sdext_pdfimport,\
41 sdext/source/pdfimport/test/tests \
44 $(eval $(call gb_CppunitTest_use_executable,sdext_pdfimport,xpdfimport))
46 $(eval $(call gb_CppunitTest_use_ure,sdext_pdfimport))
47 $(eval $(call gb_CppunitTest_use_vcl,sdext_pdfimport))
49 $(eval $(call gb_CppunitTest_use_components,sdext_pdfimport,\
50 comphelper/util/comphelp \
51 configmgr/source/configmgr \
52 i18npool/util/i18npool \
53 ucb/source/core/ucb1 \
54 ucb/source/ucp/file/ucpfile1 \
57 $(eval $(call gb_CppunitTest_use_configuration,sdext_pdfimport))
59 # vim:set noet sw=4 ts=4: