Update gpgme to 1.16.0
[LibreOffice.git] / drawinglayer / CppunitTest_drawinglayer_processors.mk
blobb17a5107dc2df8fe0b4e1f1a9251b50fc46ed7e0
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,drawinglayer_processors))
12 $(eval $(call gb_CppunitTest_use_api,drawinglayer_processors,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_CppunitTest_use_libraries,drawinglayer_processors, \
18 basegfx \
19 cppcanvas \
20 cppu \
21 cppuhelper \
22 sal \
23 salhelper \
24 drawinglayer \
25 drawinglayercore \
26 vcl \
27 test \
28 tl \
29 unotest \
30 svt \
33 $(eval $(call gb_CppunitTest_use_externals,drawinglayer_processors,\
34 boost_headers \
35 libxml2 \
38 $(eval $(call gb_CppunitTest_add_exception_objects,drawinglayer_processors, \
39 drawinglayer/qa/unit/vclmetafileprocessor2d \
40 drawinglayer/qa/unit/vclpixelprocessor2d \
43 $(eval $(call gb_CppunitTest_use_ure,drawinglayer_processors))
45 $(eval $(call gb_CppunitTest_use_vcl,drawinglayer_processors))
47 $(eval $(call gb_CppunitTest_use_components,drawinglayer_processors,\
48 canvas/source/vcl/vclcanvas \
49 canvas/source/factory/canvasfactory \
50 configmgr/source/configmgr \
51 i18npool/util/i18npool \
52 ucb/source/core/ucb1 \
53 ucb/source/ucp/file/ucpfile1 \
56 $(eval $(call gb_CppunitTest_use_configuration,drawinglayer_processors))
58 # vim: set noet sw=4 ts=4: