related tdf#147583 sw find: fix backwards search for string at end of para
[LibreOffice.git] / sfx2 / CppunitTest_sfx2_misc.mk
blobc97d97ca469b4f80d3018cd29c613b31084edd00
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_misc))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_misc, \
13 sfx2/qa/cppunit/test_misc \
16 $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_misc))
18 $(eval $(call gb_CppunitTest_use_libraries,sfx2_misc, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 test \
23 unotest \
24 vcl \
25 sal \
26 sfx \
27 utl \
30 $(eval $(call gb_CppunitTest_use_externals,sfx2_misc,\
31 libxml2 \
32 boost_headers \
35 $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_misc))
37 $(eval $(call gb_CppunitTest_use_ure,sfx2_misc))
38 $(eval $(call gb_CppunitTest_use_vcl,sfx2_misc))
40 $(eval $(call gb_CppunitTest_use_rdb,sfx2_misc,services))
42 $(eval $(call gb_CppunitTest_use_configuration,sfx2_misc))
44 # vim: set noet sw=4 ts=4: