bump product version to 5.0.4.1
[LibreOffice.git] / hwpfilter / CppunitTest_hwpfilter_test_hwpfilter.mk
blobf205d80becb0ee53534b7bb802d4ddf88a91d08e
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))
35 $(eval $(call gb_CppunitTest_use_vcl,hwpfilter_test_hwpfilter))
37 $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\
38 configmgr/source/configmgr \
39 framework/util/fwk \
40 hwpfilter/source/hwp \
41 ucb/source/core/ucb1 \
42 ucb/source/ucp/file/ucpfile1 \
45 $(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter))
47 # vim: set noet sw=4 ts=4: