tdf#117994 doc: Revert "tdf#99474 close direct char fmt at end of para"
[LibreOffice.git] / sc / CppunitTest_sc_datapilottablesobj.mk
blob5892e3c89f99e22a2094f0350e0b3b510dc15990
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_datapilottablesobj))
14 $(eval $(call gb_CppunitTest_use_external,sc_datapilottablesobj,boost_headers))
16 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datapilottablesobj))
18 $(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilottablesobj, \
19 sc/qa/extras/scdatapilottablesobj \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_datapilottablesobj, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 drawinglayercore \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sb \
39 sc \
40 sfx \
41 sot \
42 subsequenttest \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 $(call gb_Helper_optional,SCRIPTING, \
54 vbahelper) \
55 vcl \
56 xo \
59 $(eval $(call gb_CppunitTest_set_include,sc_datapilottablesobj,\
60 -I$(SRCDIR)/sc/source/ui/inc \
61 -I$(SRCDIR)/sc/inc \
62 $$(INCLUDE) \
65 $(eval $(call gb_CppunitTest_use_sdk_api,sc_datapilottablesobj))
67 $(eval $(call gb_CppunitTest_use_ure,sc_datapilottablesobj))
68 $(eval $(call gb_CppunitTest_use_vcl,sc_datapilottablesobj))
70 $(eval $(call gb_CppunitTest_use_components,sc_datapilottablesobj,\
71 basic/util/sb \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 dbaccess/util/dba \
75 filter/source/config/cache/filterconfig1 \
76 filter/source/storagefilterdetect/storagefd \
77 forms/util/frm \
78 framework/util/fwk \
79 i18npool/util/i18npool \
80 linguistic/source/lng \
81 oox/util/oox \
82 package/source/xstor/xstor \
83 package/util/package2 \
84 sax/source/expatwrap/expwrap \
85 scripting/source/basprov/basprov \
86 scripting/util/scriptframe \
87 sc/util/sc \
88 sc/util/scd \
89 sc/util/scfilt \
90 $(call gb_Helper_optional,SCRIPTING, \
91 sc/util/vbaobj) \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svl/source/fsstor/fsstorage \
95 toolkit/util/tk \
96 ucb/source/core/ucb1 \
97 ucb/source/ucp/file/ucpfile1 \
98 ucb/source/ucp/tdoc/ucptdoc1 \
99 unotools/util/utl \
100 unoxml/source/rdf/unordf \
101 unoxml/source/service/unoxml \
102 uui/util/uui \
103 vcl/vcl.common \
104 xmloff/util/xo \
105 svtools/util/svt \
108 $(eval $(call gb_CppunitTest_use_configuration,sc_datapilottablesobj))
110 # vim: set noet sw=4 ts=4: