Revert "reduce symbol visibility in sw"
[LibreOffice.git] / filter / CppunitTest_filter_textfilterdetect.mk
blobe931a5741a1dc9ac76da94adc73b3ba619ad98e0
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 subsequenttest \
26 test \
27 textfd \
28 tl \
29 unotest \
30 utl \
33 $(eval $(call gb_CppunitTest_add_exception_objects,filter_textfilterdetect, \
34 filter/qa/unit/textfilterdetect \
37 $(eval $(call gb_CppunitTest_use_ure,filter_textfilterdetect))
39 $(eval $(call gb_CppunitTest_use_vcl,filter_textfilterdetect))
41 $(eval $(call gb_CppunitTest_use_rdb,filter_textfilterdetect,services))
43 $(eval $(call gb_CppunitTest_use_configuration,filter_textfilterdetect))
45 $(eval $(call gb_CppunitTest_use_custom_headers,filter_textfilterdetect, \
46 officecfg/registry \
49 # vim: set noet sw=4 ts=4: