LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / sc / CppunitTest_sc_dataprovider.mk
blob6858c7085fcb4927ca854f99a1b549b2208cf1f3
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_dataprovider))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_dataprovider))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_dataprovider, \
15 sc/qa/unit/dataproviders_test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_dataprovider, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 scqahelper \
42 sfx \
43 sot \
44 subsequenttest \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 unotest \
54 utl \
55 $(call gb_Helper_optional,SCRIPTING, \
56 vbahelper) \
57 vcl \
58 xo \
59 $(gb_UWINAPI) \
62 $(eval $(call gb_CppunitTest_set_include,sc_dataprovider,\
63 -I$(SRCDIR)/sc/source/ui/inc \
64 -I$(SRCDIR)/sc/inc \
65 -I$(SRCDIR)/sc/source/filter/inc \
66 $$(INCLUDE) \
69 $(eval $(call gb_CppunitTest_use_custom_headers,sc_dataprovider,\
70 officecfg/registry \
73 $(eval $(call gb_CppunitTest_use_api,sc_dataprovider,\
74 udkapi \
75 offapi \
76 oovbaapi \
79 $(eval $(call gb_CppunitTest_use_ure,sc_dataprovider))
80 $(eval $(call gb_CppunitTest_use_vcl,sc_dataprovider))
82 $(eval $(call gb_CppunitTest_use_components,sc_dataprovider,\
83 basic/util/sb \
84 chart2/source/chartcore \
85 chart2/source/controller/chartcontroller \
86 comphelper/util/comphelp \
87 configmgr/source/configmgr \
88 connectivity/source/cpool/dbpool2 \
89 $(if $(ENABLE_JAVA),connectivity/source/drivers/hsqldb/hsqldb) \
90 connectivity/source/drivers/dbase/dbase \
91 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
92 $(if $(ENABLE_JAVA),connectivity/source/drivers/jdbc/jdbc) \
93 connectivity/source/manager/sdbc2 \
94 dbaccess/source/filter/xml/dbaxml \
95 dbaccess/util/dba \
96 dbaccess/util/dbu \
97 embeddedobj/util/embobj \
98 eventattacher/source/evtatt \
99 filter/source/config/cache/filterconfig1 \
100 forms/util/frm \
101 framework/util/fwk \
102 i18npool/source/search/i18nsearch \
103 i18npool/util/i18npool \
104 linguistic/source/lng \
105 extensions/source/logging/log \
106 oox/util/oox \
107 package/source/xstor/xstor \
108 package/util/package2 \
109 sax/source/expatwrap/expwrap \
110 scaddins/source/analysis/analysis \
111 scaddins/source/datefunc/date \
112 sc/util/sc \
113 sc/util/scfilt \
114 sfx2/util/sfx \
115 sot/util/sot \
116 svl/util/svl \
117 svl/source/fsstor/fsstorage \
118 svtools/util/svt \
119 toolkit/util/tk \
120 ucb/source/core/ucb1 \
121 ucb/source/ucp/file/ucpfile1 \
122 ucb/source/ucp/tdoc/ucptdoc1 \
123 unotools/util/utl \
124 unoxml/source/rdf/unordf \
125 unoxml/source/service/unoxml \
126 uui/util/uui \
127 vcl/vcl.common \
128 xmloff/util/xo \
129 xmlsecurity/util/xmlsecurity \
132 $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider,\
133 orcus \
134 orcus-parser \
135 boost_filesystem \
136 boost_system \
137 boost_iostreams \
138 zlib \
141 $(eval $(call gb_CppunitTest_use_configuration,sc_dataprovider))
143 # vim: set noet sw=4 ts=4: