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