fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sc / CppunitTest_sc_rangelst_test.mk
bloba2002c36095b391238f984fefe15cb5eb87a92c4
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_external,sc_rangelst_test,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_rangelst_test, \
15 sc/qa/unit/rangelst_test \
18 $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
19 avmedia \
20 basegfx \
21 comphelper \
22 cppu \
23 cppuhelper \
24 drawinglayer \
25 editeng \
26 fileacc \
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 ucbhelper \
47 unotest \
48 utl \
49 vbahelper \
50 vcl \
51 xo \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_CppunitTest_set_include,sc_rangelst_test,\
56 -I$(SRCDIR)/sc/source/ui/inc \
57 -I$(SRCDIR)/sc/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sc_rangelst_test,\
62 offapi \
63 oovbaapi \
64 udkapi \
67 $(eval $(call gb_CppunitTest_use_ure,sc_rangelst_test))
69 $(eval $(call gb_CppunitTest_use_components,sc_rangelst_test,\
70 basic/util/sb \
71 chart2/source/controller/chartcontroller \
72 chart2/source/chartcore \
73 comphelper/util/comphelp \
74 configmgr/source/configmgr \
75 dbaccess/util/dba \
76 embeddedobj/util/embobj \
77 eventattacher/source/evtatt \
78 fileaccess/source/fileacc \
79 filter/source/config/cache/filterconfig1 \
80 forms/util/frm \
81 framework/util/fwk \
82 i18npool/util/i18npool \
83 oox/util/oox \
84 package/source/xstor/xstor \
85 package/util/package2 \
86 sax/source/expatwrap/expwrap \
87 sax/source/fastparser/fastsax \
88 sc/util/sc \
89 sc/util/scd \
90 sc/util/scfilt \
91 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
92 sc/util/vbaobj) \
93 scaddins/source/analysis/analysis \
94 scaddins/source/datefunc/date \
95 scripting/source/basprov/basprov \
96 scripting/util/scriptframe \
97 sfx2/util/sfx \
98 sot/util/sot \
99 svl/source/fsstor/fsstorage \
100 svl/util/svl \
101 svx/util/svx \
102 toolkit/util/tk \
103 ucb/source/core/ucb1 \
104 ucb/source/ucp/file/ucpfile1 \
105 ucb/source/ucp/tdoc/ucptdoc1 \
106 unotools/util/utl \
107 unoxml/source/rdf/unordf \
108 unoxml/source/service/unoxml \
109 xmloff/util/xo \
112 $(eval $(call gb_CppunitTest_use_configuration,sc_rangelst_test))
114 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_rangelst_test))
116 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_rangelst_test))
118 # vim: set noet sw=4 ts=4: