LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / sc / CppunitTest_sc_uicalc.mk
blobe3ab3387ddd2d39aa054b4de5c4610e1cfac9adb
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_uicalc))
12 $(eval $(call gb_CppunitTest_use_externals,sc_uicalc, \
13 boost_headers \
14 mdds_headers \
17 $(eval $(call gb_CppunitTest_add_exception_objects,sc_uicalc, \
18 sc/qa/unit/uicalc/uicalc \
21 $(eval $(call gb_CppunitTest_use_libraries,sc_uicalc, \
22 comphelper \
23 cppu \
24 cppuhelper \
25 i18nlangtag \
26 sal \
27 sc \
28 sfx \
29 svl \
30 svl \
31 svx \
32 svxcore \
33 test \
34 tl \
35 unotest \
36 utl \
37 vcl \
40 $(eval $(call gb_CppunitTest_set_include,sc_uicalc,\
41 -I$(SRCDIR)/sc/source/ui/inc \
42 -I$(SRCDIR)/sc/inc \
43 $$(INCLUDE) \
46 $(eval $(call gb_CppunitTest_use_sdk_api,sc_uicalc))
48 $(eval $(call gb_CppunitTest_use_ure,sc_uicalc))
49 $(eval $(call gb_CppunitTest_use_vcl,sc_uicalc))
51 $(eval $(call gb_CppunitTest_use_rdb,sc_uicalc,services))
53 $(eval $(call gb_CppunitTest_use_configuration,sc_uicalc))
55 # vim: set noet sw=4 ts=4: