related tdf#147583 sw find: fix backwards search for string at end of para
[LibreOffice.git] / sfx2 / CppunitTest_sfx2_classification.mk
blob303d3099d9a74f18929fb037ca702f6b16ab4763
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,sfx2_classification))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_classification, \
13 sfx2/qa/cppunit/test_classification \
16 $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_classification))
18 $(eval $(call gb_CppunitTest_use_libraries,sfx2_classification, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 test \
23 unotest \
24 vcl \
25 sal \
26 sfx \
29 $(eval $(call gb_CppunitTest_use_external,sfx2_classification,boost_headers))
31 $(eval $(call gb_CppunitTest_use_ure,sfx2_classification))
32 $(eval $(call gb_CppunitTest_use_vcl,sfx2_classification))
34 $(eval $(call gb_CppunitTest_use_rdb,sfx2_classification,services))
36 $(eval $(call gb_CppunitTest_use_configuration,sfx2_classification))
38 $(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_classification,\
39 svx \
42 $(eval $(call gb_CppunitTest_use_packages,sfx2_classification,\
43 sfx2_classification \
46 # vim: set noet sw=4 ts=4: