update credits
[LibreOffice.git] / unoxml / CppunitTest_unoxml_domtest.mk
blob127a76776ef45da1fefac289cea0aaac04d1c863
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,unoxml_domtest))
12 $(eval $(call gb_CppunitTest_add_exception_objects,unoxml_domtest, \
13 unoxml/qa/unit/domtest \
16 $(eval $(call gb_CppunitTest_use_api,unoxml_domtest,\
17 offapi \
18 udkapi \
21 $(eval $(call gb_CppunitTest_use_components,unoxml_domtest,\
22 configmgr/source/configmgr \
23 framework/util/fwk \
24 i18npool/util/i18npool \
25 sfx2/util/sfx \
26 ucb/source/core/ucb1 \
27 ucb/source/ucp/file/ucpfile1 \
28 unoxml/source/service/unoxml \
31 $(eval $(call gb_CppunitTest_use_externals,unoxml_domtest, \
32 boost_headers \
35 $(eval $(call gb_CppunitTest_use_libraries,unoxml_domtest, \
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
40 test \
41 unotest \
44 $(eval $(call gb_CppunitTest_use_configuration,unoxml_domtest))
45 $(eval $(call gb_CppunitTest_use_ure,unoxml_domtest))
46 $(eval $(call gb_CppunitTest_use_vcl,unoxml_domtest))
48 # vim: set noet sw=4 ts=4: