fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / CppunitTest_sc_rangelst_test.mk
blob2bf6f0fd82eb162f049798dc4d9ba4d3246b1e7c
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 tk \
56 tl \
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))
79 $(eval $(call gb_CppunitTest_use_vcl,sc_rangelst_test))
81 $(eval $(call gb_CppunitTest_use_components,sc_rangelst_test,\
82 basic/util/sb \
83 chart2/source/chartcore \
84 chart2/source/controller/chartcontroller \
85 comphelper/util/comphelp \
86 configmgr/source/configmgr \
87 dbaccess/util/dba \
88 embeddedobj/util/embobj \
89 eventattacher/source/evtatt \
90 filter/source/config/cache/filterconfig1 \
91 forms/util/frm \
92 framework/util/fwk \
93 i18npool/util/i18npool \
94 oox/util/oox \
95 package/source/xstor/xstor \
96 package/util/package2 \
97 sax/source/expatwrap/expwrap \
98 scaddins/source/analysis/analysis \
99 scaddins/source/datefunc/date \
100 scripting/source/basprov/basprov \
101 scripting/util/scriptframe \
102 sc/util/sc \
103 sc/util/scd \
104 sc/util/scfilt \
105 $(call gb_Helper_optional,SCRIPTING, \
106 sc/util/vbaobj) \
107 sfx2/util/sfx \
108 sot/util/sot \
109 svl/source/fsstor/fsstorage \
110 svl/util/svl \
111 svx/util/svx \
112 svx/util/svxcore \
113 toolkit/util/tk \
114 ucb/source/core/ucb1 \
115 ucb/source/ucp/file/ucpfile1 \
116 ucb/source/ucp/tdoc/ucptdoc1 \
117 unotools/util/utl \
118 unoxml/source/rdf/unordf \
119 unoxml/source/service/unoxml \
120 xmloff/util/xo \
123 $(eval $(call gb_CppunitTest_use_configuration,sc_rangelst_test))
125 # vim: set noet sw=4 ts=4: