tdf#151548 ContentControls: Add Delete()
[LibreOffice.git] / unoxml / CppunitTest_unoxml_domtest.mk
blobe6a6b2959d674715a4a3d1747509d474f2a8df86
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_sdk_api,unoxml_domtest))
18 $(eval $(call gb_CppunitTest_use_components,unoxml_domtest,\
19 configmgr/source/configmgr \
20 framework/util/fwk \
21 i18npool/util/i18npool \
22 sfx2/util/sfx \
23 ucb/source/core/ucb1 \
24 ucb/source/ucp/file/ucpfile1 \
25 unoxml/source/service/unoxml \
28 $(eval $(call gb_CppunitTest_use_externals,unoxml_domtest, \
29 boost_headers \
32 $(eval $(call gb_CppunitTest_use_libraries,unoxml_domtest, \
33 comphelper \
34 cppu \
35 cppuhelper \
36 sal \
37 sax \
38 test \
39 unotest \
42 $(eval $(call gb_CppunitTest_use_configuration,unoxml_domtest))
43 $(eval $(call gb_CppunitTest_use_ure,unoxml_domtest))
44 $(eval $(call gb_CppunitTest_use_vcl,unoxml_domtest))
46 # vim: set noet sw=4 ts=4: