Mark some Calc slots as inactive in readonly mode
[LibreOffice.git] / sw / rtfexport_setup.mk
blob2577778b0e1ee6c99cad2290a6f7d09bf39472ce
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 # template for rtfexport tests
13 define sw_rtfexport_test
15 $(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport$(1)))
17 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport$(1)))
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport$(1), \
20 sw/qa/extras/rtfexport/rtfexport$(1) \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_rtfexport$(1), \
24 comphelper \
25 cppu \
26 cppuhelper \
27 docmodel \
28 editeng \
29 i18nlangtag \
30 sal \
31 sfx \
32 subsequenttest \
33 svl \
34 sw \
35 swqahelper \
36 test \
37 unotest \
38 utl \
39 vcl \
40 tl \
41 basegfx \
44 $(eval $(call gb_CppunitTest_use_externals,sw_rtfexport$(1),\
45 boost_headers \
46 libxml2 \
49 $(eval $(call gb_CppunitTest_set_include,sw_rtfexport$(1),\
50 -I$(SRCDIR)/sw/inc \
51 -I$(SRCDIR)/sw/source/core/inc \
52 -I$(SRCDIR)/sw/source/uibase/inc \
53 -I$(SRCDIR)/sw/qa/inc \
54 $$(INCLUDE) \
57 $(eval $(call gb_CppunitTest_use_api,sw_rtfexport$(1),\
58 udkapi \
59 offapi \
60 oovbaapi \
63 $(eval $(call gb_CppunitTest_use_ure,sw_rtfexport$(1)))
64 $(eval $(call gb_CppunitTest_use_vcl,sw_rtfexport$(1)))
66 $(eval $(call gb_CppunitTest_use_rdb,sw_rtfexport$(1),services))
68 $(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport$(1)))
70 endef
72 # vim: set noet sw=4 ts=4: