bump product version to 4.1.6.2
[LibreOffice.git] / extensions / CppunitTest_extensions_test_update.mk
blobededb369def2dbd916f2c9e25470f30b3d18972f
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 $(eval $(call gb_CppunitTest_CppunitTest,extensions_test_update))
14 $(eval $(call gb_CppunitTest_add_exception_objects,extensions_test_update, \
15 extensions/qa/update/test_update \
18 $(eval $(call gb_CppunitTest_use_external,extensions_test_update,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \
21 updchk \
22 cppu \
23 cppuhelper \
24 sal \
25 test \
26 unotest \
27 $(gb_UWINAPI) \
30 ifeq ($(OS),WNT)
31 $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\
32 shell32 \
33 ole32 \
35 endif
37 $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl))
39 $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\
40 $$(INCLUDE) \
41 -I$(SRCDIR)/extensions/inc \
44 $(eval $(call gb_CppunitTest_use_api,extensions_test_update,\
45 offapi \
46 udkapi \
49 $(eval $(call gb_CppunitTest_use_ure,extensions_test_update))
51 $(eval $(call gb_CppunitTest_use_components,extensions_test_update,\
52 configmgr/source/configmgr \
53 extensions/source/update/feed/updatefeed \
54 ucb/source/core/ucb1 \
55 ucb/source/ucp/file/ucpfile1 \
56 unoxml/source/service/unoxml \
59 $(eval $(call gb_CppunitTest_use_configuration,extensions_test_update))
61 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: