fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / filter / CppunitTest_filter_xslt.mk
blob90af9b0e50fa046056756d447a158fefd2428e54
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,filter_xslt))
12 $(eval $(call gb_CppunitTest_use_api,filter_xslt,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_CppunitTest_use_ure,filter_xslt))
19 $(eval $(call gb_CppunitTest_use_configuration,filter_xslt))
21 $(eval $(call gb_CppunitTest_use_external,filter_xslt,boost_headers))
23 $(eval $(call gb_CppunitTest_use_libraries,filter_xslt, \
24 comphelper \
25 test \
26 unotest \
27 cppuhelper \
28 cppu \
29 sal \
30 $(gb_UWINAPI) \
33 $(eval $(call gb_CppunitTest_use_components,filter_xslt,\
34 configmgr/source/configmgr \
35 fileaccess/source/fileacc \
36 filter/source/xsltfilter/xsltfilter \
37 i18npool/util/i18npool \
38 ucb/source/core/ucb1 \
39 ucb/source/ucp/file/ucpfile1 \
42 $(eval $(call gb_CppunitTest_add_exception_objects,filter_xslt, \
43 filter/qa/cppunit/xslt-test \
46 # vim: set noet sw=4 ts=4: