sc: copy cache values when clone color conditional format
[LibreOffice.git] / lotuswordpro / CppunitTest_lotuswordpro_test_lotuswordpro.mk
blob3e45405d5f5ef692b3e578d70dd32f4d824eb486
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 \
28 $(eval $(call gb_CppunitTest_use_sdk_api,lotuswordpro_test_lotuswordpro))
30 $(eval $(call gb_CppunitTest_use_ure,lotuswordpro_test_lotuswordpro))
31 $(eval $(call gb_CppunitTest_use_vcl,lotuswordpro_test_lotuswordpro))
33 $(eval $(call gb_CppunitTest_use_components,lotuswordpro_test_lotuswordpro,\
34 configmgr/source/configmgr \
35 i18npool/util/i18npool \
36 lotuswordpro/util/lwpfilter \
37 ucb/source/core/ucb1 \
38 ucb/source/ucp/file/ucpfile1 \
41 $(eval $(call gb_CppunitTest_use_configuration,lotuswordpro_test_lotuswordpro))
43 # vim: set noet sw=4 ts=4: