tdf#125506: use rObjectToDevice if needed
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blobeaa295ef4ad292a481d400905c46294d57b0202f
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,sw_filters_test))
14 $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
20 sw/qa/core/filters-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \
24 sw \
25 sfx \
26 svl \
27 svt \
28 sot \
29 test \
30 tl \
31 ucbhelper \
32 unotest \
33 utl \
34 vcl \
35 i18nlangtag \
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
42 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
43 -I$(SRCDIR)/sw/inc \
44 $$(INCLUDE) \
47 $(eval $(call gb_CppunitTest_use_api,sw_filters_test,\
48 udkapi \
49 offapi \
50 oovbaapi \
53 $(eval $(call gb_CppunitTest_use_ure,sw_filters_test))
54 $(eval $(call gb_CppunitTest_use_vcl,sw_filters_test))
56 $(eval $(call gb_CppunitTest_use_rdb,sw_filters_test,services))
58 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
60 $(call gb_CppunitTest_get_target,sw_filters_test): \
61 $(call gb_Package_get_target,extras_tplwizdesktop)
63 # vim: set noet sw=4 ts=4: