loplugin:reftotemp in scripting..uui
[LibreOffice.git] / slideshow / CppunitTest_slideshow_engine.mk
blobd9a88a980f17ef9d86d701315a9e75e44d35e228
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 cppuhelper \
27 sal \
28 subsequenttest \
29 test \
30 unotest \
31 utl \
32 tl \
35 $(eval $(call gb_CppunitTest_use_sdk_api,slideshow_engine))
37 $(eval $(call gb_CppunitTest_set_include,slideshow_engine,\
38 -I$(SRCDIR)/slideshow/source/inc \
39 -I$(SRCDIR)/slideshow/source/engine/animationnodes \
40 $$(INCLUDE) \
43 $(eval $(call gb_CppunitTest_use_ure,slideshow_engine))
44 $(eval $(call gb_CppunitTest_use_vcl,slideshow_engine))
46 $(eval $(call gb_CppunitTest_use_rdb,slideshow_engine,services))
48 $(eval $(call gb_CppunitTest_use_custom_headers,slideshow_engine,\
49 officecfg/registry \
52 $(eval $(call gb_CppunitTest_use_configuration,slideshow_engine))
54 # vim: set noet sw=4 ts=4: