LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / slideshow / CppunitTest_slideshow_engine.mk
bloba88531df49f7f1d3a8863c3bcbcaec646ea8169e
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,slideshow_engine))
14 $(eval $(call gb_CppunitTest_use_externals,slideshow_engine,\
15 boost_headers \
18 $(eval $(call gb_CppunitTest_add_exception_objects,slideshow_engine, \
19 slideshow/qa/engine/engine \
22 $(eval $(call gb_CppunitTest_use_libraries,slideshow_engine, \
23 comphelper \
24 cppu \
25 slideshow \
26 sal \
27 test \
28 unotest \
31 $(eval $(call gb_CppunitTest_use_sdk_api,slideshow_engine))
33 $(eval $(call gb_CppunitTest_set_include,slideshow_engine,\
34 -I$(SRCDIR)/slideshow/source/inc \
35 -I$(SRCDIR)/slideshow/source/engine/animationnodes \
36 $$(INCLUDE) \
39 $(eval $(call gb_CppunitTest_use_ure,slideshow_engine))
40 $(eval $(call gb_CppunitTest_use_vcl,slideshow_engine))
42 $(eval $(call gb_CppunitTest_use_rdb,slideshow_engine,services))
44 $(eval $(call gb_CppunitTest_use_custom_headers,slideshow_engine,\
45 officecfg/registry \
48 $(eval $(call gb_CppunitTest_use_configuration,slideshow_engine))
50 # vim: set noet sw=4 ts=4: