tdf#162912 i18npool: Updated CJK BreakIterator to use custom rules
[LibreOffice.git] / sc / CppunitTest_sc_copypaste.mk
blobafe07d82fe8d89b6dde0ae0b8abf8137e4c45cf9
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,sc_copypaste))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_copypaste, \
13 sc/qa/unit/copy_paste_test \
16 $(eval $(call gb_CppunitTest_use_externals,sc_copypaste, \
17 boost_headers \
18 mdds_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_copypaste, \
23 comphelper \
24 cppu \
25 cppuhelper \
26 i18nlangtag \
27 sal \
28 sc \
29 scqahelper \
30 sfx \
31 subsequenttest \
32 svl \
33 svx \
34 svxcore \
35 test \
36 tl \
37 unotest \
38 utl \
39 vcl \
42 $(eval $(call gb_CppunitTest_set_include,sc_copypaste,\
43 -I$(SRCDIR)/sc/source/ui/inc \
44 -I$(SRCDIR)/sc/inc \
45 $$(INCLUDE) \
48 $(eval $(call gb_CppunitTest_use_sdk_api,sc_copypaste))
50 $(eval $(call gb_CppunitTest_use_ure,sc_copypaste))
51 $(eval $(call gb_CppunitTest_use_vcl,sc_copypaste))
53 $(eval $(call gb_CppunitTest_use_rdb,sc_copypaste,services))
55 $(eval $(call gb_CppunitTest_use_configuration,sc_copypaste))
57 # vim: set noet sw=4 ts=4: