Bump version to 4.3-4
[LibreOffice.git] / sc / CppunitTest_sc_tableautoformatfield.mk
blob4b7285c4131fc35b727408f78a62618848a33ed3
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_tableautoformatfield))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_tableautoformatfield, \
15 sc/qa/extras/tableautoformatfield \
18 $(eval $(call gb_CppunitTest_use_libraries,sc_tableautoformatfield, \
19 basegfx \
20 comphelper \
21 cppu \
22 cppuhelper \
23 drawinglayer \
24 editeng \
25 for \
26 forui \
27 i18nlangtag \
28 msfilter \
29 oox \
30 sal \
31 salhelper \
32 sax \
33 sb \
34 sc \
35 sfx \
36 sot \
37 subsequenttest \
38 svl \
39 svt \
40 svx \
41 svxcore \
42 test \
43 tl \
44 tk \
45 ucbhelper \
46 unotest \
47 utl \
48 vbahelper \
49 vcl \
50 xo \
51 $(gb_UWINAPI) \
54 $(eval $(call gb_CppunitTest_set_include,sc_tableautoformatfield,\
55 -I$(SRCDIR)/sc/source/ui/inc \
56 -I$(SRCDIR)/sc/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_api,sc_tableautoformatfield,\
61 offapi \
62 udkapi \
65 $(eval $(call gb_CppunitTest_use_ure,sc_tableautoformatfield))
67 $(eval $(call gb_CppunitTest_use_components,sc_tableautoformatfield,\
68 basic/util/sb \
69 comphelper/util/comphelp \
70 configmgr/source/configmgr \
71 dbaccess/util/dba \
72 filter/source/config/cache/filterconfig1 \
73 forms/util/frm \
74 framework/util/fwk \
75 i18npool/util/i18npool \
76 oox/util/oox \
77 package/source/xstor/xstor \
78 package/util/package2 \
79 sax/source/expatwrap/expwrap \
80 sc/util/sc \
81 sc/util/scd \
82 sc/util/scfilt \
83 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
84 sc/util/vbaobj) \
85 scripting/source/basprov/basprov \
86 scripting/util/scriptframe \
87 sfx2/util/sfx \
88 sot/util/sot \
89 svl/source/fsstor/fsstorage \
90 toolkit/util/tk \
91 ucb/source/core/ucb1 \
92 ucb/source/ucp/file/ucpfile1 \
93 ucb/source/ucp/tdoc/ucptdoc1 \
94 unotools/util/utl \
95 unoxml/source/rdf/unordf \
96 unoxml/source/service/unoxml \
99 $(eval $(call gb_CppunitTest_use_configuration,sc_tableautoformatfield))
101 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_tableautoformatfield))
103 # vim: set noet sw=4 ts=4: