[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / sc / CppunitTest_sc_macros_test.mk
blobe0852b6535984771902adf64f98d7fa559de8f17
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_macros_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_macros_test, \
13 boost_headers \
14 mdds_headers \
17 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_macros_test))
19 $(eval $(call gb_CppunitTest_add_exception_objects,sc_macros_test, \
20 sc/qa/extras/macros-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_macros_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sb \
39 sc \
40 sfx \
41 sot \
42 subsequenttest \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 vbahelper \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_set_include,sc_macros_test,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_macros_test,\
65 offapi \
66 oovbaapi \
67 udkapi \
70 $(eval $(call gb_CppunitTest_use_ure,sc_macros_test))
71 $(eval $(call gb_CppunitTest_use_vcl,sc_macros_test))
73 $(eval $(call gb_CppunitTest_use_rdb,sc_macros_test,services))
75 $(eval $(call gb_CppunitTest_use_configuration,sc_macros_test))
77 # vim: set noet sw=4 ts=4: