loplugin:returnconstval in fpicker..reportdesign
[LibreOffice.git] / sc / CppunitTest_sc_anchor_test.mk
blobc942128a0bf97b6c44ff8336916389112c8093bd
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,sc_anchor_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_anchor_test, \
15 sc/qa/extras/anchor \
18 $(eval $(call gb_CppunitTest_use_external,sc_anchor_test,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,sc_anchor_test, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 drawinglayer \
26 editeng \
27 for \
28 forui \
29 i18nlangtag \
30 msfilter \
31 oox \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sc \
37 scqahelper \
38 sfx \
39 sot \
40 subsequenttest \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tk \
47 tl \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
56 $(eval $(call gb_CppunitTest_set_include,sc_anchor_test,\
57 -I$(SRCDIR)/sc/source/ui/inc \
58 -I$(SRCDIR)/sc/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,sc_anchor_test,\
63 udkapi \
64 offapi \
65 oovbaapi \
68 $(eval $(call gb_CppunitTest_use_ure,sc_anchor_test))
69 $(eval $(call gb_CppunitTest_use_vcl,sc_anchor_test))
71 $(eval $(call gb_CppunitTest_use_components,sc_anchor_test,\
72 $(sc_unoapi_common_components) \
75 $(eval $(call gb_CppunitTest_use_configuration,sc_anchor_test))
77 # vim: set noet sw=4 ts=4: