bump product version to 5.0.4.1
[LibreOffice.git] / sc / CppunitTest_sc_datapilotfieldobj.mk
blob3c5cb55c0f840dfd7358b9b0911f3ed66af20cc7
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_datapilotfieldobj))
14 $(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldobj,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldobj, \
17 sc/qa/extras/scdatapilotfieldobj \
20 $(eval $(call gb_CppunitTest_use_libraries,sc_datapilotfieldobj, \
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 \
53 $(gb_UWINAPI) \
56 $(eval $(call gb_CppunitTest_set_include,sc_datapilotfieldobj,\
57 -I$(SRCDIR)/sc/source/ui/inc \
58 -I$(SRCDIR)/sc/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,sc_datapilotfieldobj,\
63 offapi \
64 udkapi \
67 $(eval $(call gb_CppunitTest_use_ure,sc_datapilotfieldobj))
68 $(eval $(call gb_CppunitTest_use_vcl,sc_datapilotfieldobj))
70 $(eval $(call gb_CppunitTest_use_components,sc_datapilotfieldobj,\
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 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 xmloff/util/xo \
102 svtools/util/svt \
105 $(eval $(call gb_CppunitTest_use_configuration,sc_datapilotfieldobj))
107 # vim: set noet sw=4 ts=4: