fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / hwpfilter / CppunitTest_hwpfilter_test_hwpfilter.mk
blob07ae9f88d2819e0a62a54da84e1e201114732968
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,hwpfilter_test_hwpfilter))
12 $(eval $(call gb_CppunitTest_use_external,hwpfilter_test_hwpfilter,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,hwpfilter_test_hwpfilter, \
15 hwpfilter/qa/cppunit/test_hwpfilter \
18 $(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \
19 ucbhelper \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 test \
25 unotest \
26 $(gb_UWINAPI) \
29 $(eval $(call gb_CppunitTest_use_api,hwpfilter_test_hwpfilter,\
30 offapi \
31 udkapi \
34 $(eval $(call gb_CppunitTest_use_ure,hwpfilter_test_hwpfilter))
36 $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\
37 configmgr/source/configmgr \
38 hwpfilter/source/hwp \
39 ucb/source/core/ucb1 \
40 ucb/source/ucp/file/ucpfile1 \
43 $(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter))
45 # vim: set noet sw=4 ts=4: