sd: render the correct PDF page on swapping in
[LibreOffice.git] / unoxml / CppunitTest_unoxml_domtest.mk
blob530624b0cb417a7f1f664b85f8cb087f08ef8580
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 test \
38 unotest \
41 $(eval $(call gb_CppunitTest_use_configuration,unoxml_domtest))
42 $(eval $(call gb_CppunitTest_use_ure,unoxml_domtest))
43 $(eval $(call gb_CppunitTest_use_vcl,unoxml_domtest))
45 # vim: set noet sw=4 ts=4: