tdf#62032 use style list level when changing style
[LibreOffice.git] / sc / CppunitTest_sc_datapilottablesobj.mk
blobac289889ebaf8d290cfe9b40c15bf78326db0aa7
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 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sc \
39 sfx \
40 sot \
41 subsequenttest \
42 svl \
43 svt \
44 svx \
45 svxcore \
46 test \
47 tk \
48 tl \
49 ucbhelper \
50 unotest \
51 utl \
52 $(call gb_Helper_optional,SCRIPTING, \
53 vbahelper) \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_set_include,sc_datapilottablesobj,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_sdk_api,sc_datapilottablesobj))
66 $(eval $(call gb_CppunitTest_use_ure,sc_datapilottablesobj))
67 $(eval $(call gb_CppunitTest_use_vcl,sc_datapilottablesobj))
69 $(eval $(call gb_CppunitTest_use_components,sc_datapilottablesobj,\
70 basic/util/sb \
71 comphelper/util/comphelp \
72 configmgr/source/configmgr \
73 dbaccess/util/dba \
74 filter/source/config/cache/filterconfig1 \
75 filter/source/storagefilterdetect/storagefd \
76 forms/util/frm \
77 framework/util/fwk \
78 i18npool/util/i18npool \
79 linguistic/source/lng \
80 oox/util/oox \
81 package/source/xstor/xstor \
82 package/util/package2 \
83 sax/source/expatwrap/expwrap \
84 scripting/source/basprov/basprov \
85 scripting/util/scriptframe \
86 sc/util/sc \
87 sc/util/scd \
88 sc/util/scfilt \
89 $(call gb_Helper_optional,SCRIPTING, \
90 sc/util/vbaobj) \
91 sfx2/util/sfx \
92 sot/util/sot \
93 svl/source/fsstor/fsstorage \
94 toolkit/util/tk \
95 ucb/source/core/ucb1 \
96 ucb/source/ucp/file/ucpfile1 \
97 ucb/source/ucp/tdoc/ucptdoc1 \
98 unotools/util/utl \
99 unoxml/source/rdf/unordf \
100 unoxml/source/service/unoxml \
101 uui/util/uui \
102 vcl/vcl.common \
103 xmloff/util/xo \
104 svtools/util/svt \
107 $(eval $(call gb_CppunitTest_use_configuration,sc_datapilottablesobj))
109 # vim: set noet sw=4 ts=4: