Bump version to 4.3-4
[LibreOffice.git] / sc / CppunitTest_sc_rangelst_test.mk
blob6d0e33c89089649387023a44fb04bc7f9aa9c998
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_rangelst_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
13 boost_headers \
14 icu_headers \
15 icui18n \
16 icuuc \
17 libxml2 \
18 mdds_headers \
19 orcus \
20 orcus-parser \
23 $(eval $(call gb_CppunitTest_add_exception_objects,sc_rangelst_test, \
24 sc/qa/unit/rangelst_test \
27 $(eval $(call gb_CppunitTest_use_library_objects,sc_rangelst_test, \
28 scqahelper \
31 $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
32 basegfx \
33 comphelper \
34 cppu \
35 cppuhelper \
36 drawinglayer \
37 editeng \
38 for \
39 forui \
40 i18nlangtag \
41 msfilter \
42 oox \
43 sal \
44 salhelper \
45 sax \
46 sb \
47 sc \
48 sfx \
49 sot \
50 svl \
51 svt \
52 svx \
53 svxcore \
54 test \
55 tl \
56 tk \
57 ucbhelper \
58 unotest \
59 utl \
60 vbahelper \
61 vcl \
62 xo \
63 $(gb_UWINAPI) \
66 $(eval $(call gb_CppunitTest_set_include,sc_rangelst_test,\
67 -I$(SRCDIR)/sc/source/ui/inc \
68 -I$(SRCDIR)/sc/inc \
69 $$(INCLUDE) \
72 $(eval $(call gb_CppunitTest_use_api,sc_rangelst_test,\
73 offapi \
74 oovbaapi \
75 udkapi \
78 $(eval $(call gb_CppunitTest_use_ure,sc_rangelst_test))
80 $(eval $(call gb_CppunitTest_use_components,sc_rangelst_test,\
81 basic/util/sb \
82 chart2/source/controller/chartcontroller \
83 chart2/source/chartcore \
84 comphelper/util/comphelp \
85 configmgr/source/configmgr \
86 dbaccess/util/dba \
87 embeddedobj/util/embobj \
88 eventattacher/source/evtatt \
89 filter/source/config/cache/filterconfig1 \
90 forms/util/frm \
91 framework/util/fwk \
92 i18npool/util/i18npool \
93 oox/util/oox \
94 package/source/xstor/xstor \
95 package/util/package2 \
96 sax/source/expatwrap/expwrap \
97 sc/util/sc \
98 sc/util/scd \
99 sc/util/scfilt \
100 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
101 sc/util/vbaobj) \
102 scaddins/source/analysis/analysis \
103 scaddins/source/datefunc/date \
104 scripting/source/basprov/basprov \
105 scripting/util/scriptframe \
106 sfx2/util/sfx \
107 sot/util/sot \
108 svl/source/fsstor/fsstorage \
109 svl/util/svl \
110 svx/util/svx \
111 svx/util/svxcore \
112 toolkit/util/tk \
113 ucb/source/core/ucb1 \
114 ucb/source/ucp/file/ucpfile1 \
115 ucb/source/ucp/tdoc/ucptdoc1 \
116 unotools/util/utl \
117 unoxml/source/rdf/unordf \
118 unoxml/source/service/unoxml \
119 xmloff/util/xo \
122 $(eval $(call gb_CppunitTest_use_configuration,sc_rangelst_test))
124 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_rangelst_test))
126 # vim: set noet sw=4 ts=4: