Bump version to 4.3-4
[LibreOffice.git] / lotuswordpro / CppunitTest_lotuswordpro_test_lotuswordpro.mk
blob17b4f2b522a35fe53791b90e61d3af8b06b0fc20
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,lotuswordpro_test_lotuswordpro))
12 $(eval $(call gb_CppunitTest_use_external,lotuswordpro_test_lotuswordpro,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,lotuswordpro_test_lotuswordpro, \
15 lotuswordpro/qa/cppunit/test_lotuswordpro \
18 $(eval $(call gb_CppunitTest_use_libraries,lotuswordpro_test_lotuswordpro, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 test \
24 unotest \
25 vcl \
26 $(gb_UWINAPI) \
29 $(eval $(call gb_CppunitTest_use_api,lotuswordpro_test_lotuswordpro,\
30 offapi \
31 udkapi \
34 $(eval $(call gb_CppunitTest_use_ure,lotuswordpro_test_lotuswordpro))
36 $(eval $(call gb_CppunitTest_use_components,lotuswordpro_test_lotuswordpro,\
37 configmgr/source/configmgr \
38 i18npool/util/i18npool \
39 lotuswordpro/util/lwpfilter \
40 ucb/source/core/ucb1 \
41 ucb/source/ucp/file/ucpfile1 \
44 $(eval $(call gb_CppunitTest_use_configuration,lotuswordpro_test_lotuswordpro))
46 # vim: set noet sw=4 ts=4: