sw: document SwFormatVertOrient
[LibreOffice.git] / filter / CppunitTest_filter_textfilterdetect.mk
blob6fb22f8b074e22124acab5cc319aca79744f0087
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,filter_textfilterdetect))
12 $(eval $(call gb_CppunitTest_use_api,filter_textfilterdetect,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_CppunitTest_use_external,filter_textfilterdetect,boost_headers))
19 $(eval $(call gb_CppunitTest_use_libraries,filter_textfilterdetect, \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 sfx \
25 test \
26 textfd \
27 tl \
28 unotest \
29 utl \
32 $(eval $(call gb_CppunitTest_add_exception_objects,filter_textfilterdetect, \
33 filter/qa/unit/textfilterdetect \
36 $(eval $(call gb_CppunitTest_use_ure,filter_textfilterdetect))
38 $(eval $(call gb_CppunitTest_use_vcl,filter_textfilterdetect))
40 $(eval $(call gb_CppunitTest_use_rdb,filter_textfilterdetect,services))
42 $(eval $(call gb_CppunitTest_use_configuration,filter_textfilterdetect))
44 # vim: set noet sw=4 ts=4: