[pt-PT] Added 20 words to autocorrect
[LibreOffice.git] / filter / CppunitTest_filter_textfilterdetect.mk
blob4066c26591a38c35be8ef6324730fb9cb21765f3
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 test \
25 textfd \
26 tl \
27 unotest \
28 utl \
31 $(eval $(call gb_CppunitTest_add_exception_objects,filter_textfilterdetect, \
32 filter/qa/unit/textfilterdetect \
35 $(eval $(call gb_CppunitTest_use_ure,filter_textfilterdetect))
37 $(eval $(call gb_CppunitTest_use_vcl,filter_textfilterdetect))
39 $(eval $(call gb_CppunitTest_use_rdb,filter_textfilterdetect,services))
41 $(eval $(call gb_CppunitTest_use_configuration,filter_textfilterdetect))
43 # vim: set noet sw=4 ts=4: