LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / sc / CppunitTest_sc_sparkline_test.mk
bloba3e8078a9b83cd340d8d4a4968e5bf2b2d1e894d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_sparkline_test))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_sparkline_test))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_sparkline_test, \
17 sc/qa/unit/SparklineImportExportTest \
18 sc/qa/unit/SparklineTest \
21 $(eval $(call gb_CppunitTest_use_externals,sc_sparkline_test, \
22 boost_headers \
23 mdds_headers \
24 libxml2 \
27 $(eval $(call gb_CppunitTest_use_libraries,sc_sparkline_test, \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 salhelper \
34 sax \
35 sc \
36 scqahelper \
37 sfx \
38 subsequenttest \
39 test \
40 tl \
41 unotest \
42 utl \
43 vcl \
46 $(eval $(call gb_CppunitTest_set_include,sc_sparkline_test,\
47 -I$(SRCDIR)/sc/source/ui/inc \
48 -I$(SRCDIR)/sc/inc \
49 $$(INCLUDE) \
52 $(eval $(call gb_CppunitTest_use_api,sc_sparkline_test,\
53 offapi \
54 udkapi \
57 $(eval $(call gb_CppunitTest_use_sdk_api,sc_sparkline_test))
59 $(eval $(call gb_CppunitTest_use_ure,sc_sparkline_test))
60 $(eval $(call gb_CppunitTest_use_vcl,sc_sparkline_test))
62 $(eval $(call gb_CppunitTest_use_rdb,sc_sparkline_test,services))
64 $(eval $(call gb_CppunitTest_use_components,sc_sparkline_test))
66 $(eval $(call gb_CppunitTest_use_configuration,sc_sparkline_test))
68 # vim: set noet sw=4 ts=4: