Bump version to 4.2-24
[LibreOffice.git] / sc / CppunitTest_sc_tablesheetsobj.mk
blob723d4368a94f83555e3f0d055f5fc16b3cb94512
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_tablesheetsobj))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_tablesheetsobj, \
15 sc/qa/extras/sctablesheetsobj \
18 $(eval $(call gb_CppunitTest_use_external,sc_tablesheetsobj,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,sc_tablesheetsobj, \
21 avmedia \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 for \
29 forui \
30 i18nlangtag \
31 msfilter \
32 oox \
33 sal \
34 salhelper \
35 sax \
36 sb \
37 sc \
38 sfx \
39 sot \
40 subsequenttest \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
54 $(gb_UWINAPI) \
57 $(eval $(call gb_CppunitTest_set_include,sc_tablesheetsobj,\
58 -I$(SRCDIR)/sc/source/ui/inc \
59 -I$(SRCDIR)/sc/inc \
60 $$(INCLUDE) \
63 $(eval $(call gb_CppunitTest_use_api,sc_tablesheetsobj,\
64 offapi \
65 udkapi \
68 $(eval $(call gb_CppunitTest_use_ure,sc_tablesheetsobj))
70 $(eval $(call gb_CppunitTest_use_components,sc_tablesheetsobj,\
71 basic/util/sb \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 dbaccess/util/dba \
75 filter/source/config/cache/filterconfig1 \
76 forms/util/frm \
77 framework/util/fwk \
78 i18npool/util/i18npool \
79 linguistic/source/lng \
80 oox/util/oox \
81 package/source/xstor/xstor \
82 package/util/package2 \
83 sax/source/expatwrap/expwrap \
84 sax/source/fastparser/fastsax \
85 sc/util/sc \
86 sc/util/scd \
87 sc/util/scfilt \
88 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
89 sc/util/vbaobj) \
90 scripting/source/basprov/basprov \
91 scripting/util/scriptframe \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svl/source/fsstor/fsstorage \
95 toolkit/util/tk \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/file/ucpfile1 \
98 ucb/source/ucp/tdoc/ucptdoc1 \
99 unotools/util/utl \
100 unoxml/source/rdf/unordf \
101 unoxml/source/service/unoxml \
102 xmloff/util/xo \
105 $(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetsobj))
107 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_tablesheetsobj))
109 # vim: set noet sw=4 ts=4: