Version 7.5.1.1, tag libreoffice-7.5.1.1
[LibreOffice.git] / sw / rtfexport_setup.mk
blobe4421cab8ac3384ee082ebed213b8f438d0bf9a1
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 i18nlangtag \
28 sal \
29 sfx \
30 subsequenttest \
31 svl \
32 sw \
33 swqahelper \
34 test \
35 unotest \
36 utl \
37 vcl \
38 tl \
41 $(eval $(call gb_CppunitTest_use_externals,sw_rtfexport$(1),\
42 boost_headers \
43 libxml2 \
46 $(eval $(call gb_CppunitTest_set_include,sw_rtfexport$(1),\
47 -I$(SRCDIR)/sw/inc \
48 -I$(SRCDIR)/sw/source/core/inc \
49 -I$(SRCDIR)/sw/source/uibase/inc \
50 -I$(SRCDIR)/sw/qa/inc \
51 $$(INCLUDE) \
54 $(eval $(call gb_CppunitTest_use_api,sw_rtfexport$(1),\
55 udkapi \
56 offapi \
57 oovbaapi \
60 $(eval $(call gb_CppunitTest_use_ure,sw_rtfexport$(1)))
61 $(eval $(call gb_CppunitTest_use_vcl,sw_rtfexport$(1)))
63 $(eval $(call gb_CppunitTest_use_rdb,sw_rtfexport$(1),services))
65 $(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport$(1)))
67 endef
69 # vim: set noet sw=4 ts=4: