Branch libreoffice-5-0-4
[LibreOffice.git] / cppcanvas / CppunitTest_cppcanvas_emfplus.mk
blobd4cc7c1add5d2cba827a2caffe98d7346fd0cb05
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,cppcanvas_emfplus))
14 $(eval $(call gb_CppunitTest_add_exception_objects,cppcanvas_emfplus, \
15 cppcanvas/qa/extras/emfplus/emfplus \
18 $(eval $(call gb_CppunitTest_use_libraries,cppcanvas_emfplus, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sfx \
24 subsequenttest \
25 test \
26 tl \
27 unotest \
28 vcl \
31 $(eval $(call gb_CppunitTest_use_external,cppcanvas_emfplus,boost_headers))
33 $(eval $(call gb_CppunitTest_use_api,cppcanvas_emfplus,\
34 offapi \
35 udkapi \
38 $(eval $(call gb_CppunitTest_use_ure,cppcanvas_emfplus))
39 $(eval $(call gb_CppunitTest_use_vcl_non_headless,cppcanvas_emfplus))
41 $(eval $(call gb_CppunitTest_use_components,cppcanvas_emfplus,\
42 canvas/source/cairo/cairocanvas \
43 canvas/source/factory/canvasfactory \
44 cppcanvas/source/uno/mtfrenderer \
45 configmgr/source/configmgr \
46 extensions/source/scanner/scn \
47 filter/source/config/cache/filterconfig1 \
48 framework/util/fwk \
49 i18npool/util/i18npool \
50 package/util/package2 \
51 sax/source/expatwrap/expwrap \
52 sfx2/util/sfx \
53 sd/util/sd \
54 sd/util/sdd \
55 svl/source/fsstor/fsstorage \
56 toolkit/util/tk \
57 ucb/source/core/ucb1 \
58 ucb/source/ucp/file/ucpfile1 \
59 unoxml/source/service/unoxml \
60 svtools/util/svt \
63 $(eval $(call gb_CppunitTest_use_configuration,cppcanvas_emfplus))
65 $(call gb_CppunitTest_get_target,cppcanvas_emfplus): \
66 $(call gb_AllLangResTarget_get_target,ofa) \
67 $(call gb_AllLangResTarget_get_target,sd)
69 # vim: set noet sw=4 ts=4: