tdf#106746: pDelPam is a bit special
[LibreOffice.git] / sc / CppunitTest_sc_viewpaneobj.mk
blobfb960c37ae204e1888cf239edd6cc03a6bce3bf8
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_viewpaneobj))
14 $(eval $(call gb_CppunitTest_use_external,sc_viewpaneobj,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_viewpaneobj, \
17 sc/qa/extras/scviewpaneobj \
20 $(eval $(call gb_CppunitTest_use_libraries,sc_viewpaneobj, \
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 sfx \
38 sot \
39 subsequenttest \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tk \
46 tl \
47 ucbhelper \
48 unotest \
49 utl \
50 vbahelper \
51 vcl \
52 xo \
55 $(eval $(call gb_CppunitTest_set_include,sc_viewpaneobj,\
56 -I$(SRCDIR)/sc/source/ui/inc \
57 -I$(SRCDIR)/sc/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sc_viewpaneobj,\
62 offapi \
63 udkapi \
66 $(eval $(call gb_CppunitTest_use_ure,sc_viewpaneobj))
67 $(eval $(call gb_CppunitTest_use_vcl,sc_viewpaneobj))
69 $(eval $(call gb_CppunitTest_use_components,sc_viewpaneobj,\
70 $(sc_unoapi_common_components) \
73 $(eval $(call gb_CppunitTest_use_configuration,sc_viewpaneobj))
75 # vim: set noet sw=4 ts=4: