bump product version to 5.0.4.1
[LibreOffice.git] / lotuswordpro / CppunitTest_lotuswordpro_test_lotuswordpro.mk
blob74d0a6fb134c5be8b153a774816ad052009ef1f4
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))
35 $(eval $(call gb_CppunitTest_use_vcl,lotuswordpro_test_lotuswordpro))
37 $(eval $(call gb_CppunitTest_use_components,lotuswordpro_test_lotuswordpro,\
38 configmgr/source/configmgr \
39 i18npool/util/i18npool \
40 lotuswordpro/util/lwpfilter \
41 ucb/source/core/ucb1 \
42 ucb/source/ucp/file/ucpfile1 \
45 $(eval $(call gb_CppunitTest_use_configuration,lotuswordpro_test_lotuswordpro))
47 # vim: set noet sw=4 ts=4: