bump product version to 4.2.0.1
[LibreOffice.git] / chart2 / CppunitTest_chart2_import.mk
blob8075625fba06f47e672d1d63d93ba45b6774ec6e
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,chart2_import))
14 $(eval $(call gb_CppunitTest_use_external,chart2_import,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_import, \
17 chart2/qa/extras/chart2import \
20 $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \
21 avmedia \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 for \
29 forui \
30 i18nlangtag \
31 msfilter \
32 vcl \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sc \
39 sw \
40 sd \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tl \
49 tk \
50 ucbhelper \
51 unotest \
52 utl \
53 vbahelper \
54 xo \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_CppunitTest_set_include,chart2_import,\
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,chart2_import,\
63 offapi \
64 udkapi \
67 $(eval $(call gb_CppunitTest_use_ure,chart2_import))
69 $(eval $(call gb_CppunitTest_use_components,chart2_import,\
70 basic/util/sb \
71 animations/source/animcore/animcore \
72 chart2/source/controller/chartcontroller \
73 chart2/source/chartcore \
74 comphelper/util/comphelp \
75 configmgr/source/configmgr \
76 dtrans/util/mcnttype \
77 embeddedobj/util/embobj \
78 eventattacher/source/evtatt \
79 filter/source/config/cache/filterconfig1 \
80 forms/util/frm \
81 framework/util/fwk \
82 i18npool/util/i18npool \
83 linguistic/source/lng \
84 oox/util/oox \
85 package/source/xstor/xstor \
86 package/util/package2 \
87 sax/source/expatwrap/expwrap \
88 sax/source/fastparser/fastsax \
89 sc/util/sc \
90 sc/util/scd \
91 sc/util/scfilt \
92 sw/util/sw \
93 sw/util/swd \
94 sw/util/msword \
95 sd/util/sd \
96 sd/util/sdfilt \
97 sd/util/sdd \
98 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
99 sc/util/vbaobj) \
100 scaddins/source/analysis/analysis \
101 scaddins/source/datefunc/date \
102 scripting/source/basprov/basprov \
103 scripting/util/scriptframe \
104 sfx2/util/sfx \
105 sot/util/sot \
106 svl/source/fsstor/fsstorage \
107 svl/util/svl \
108 svtools/util/svt \
109 svx/util/svx \
110 toolkit/util/tk \
111 ucb/source/core/ucb1 \
112 ucb/source/ucp/file/ucpfile1 \
113 ucb/source/ucp/tdoc/ucptdoc1 \
114 unotools/util/utl \
115 unoxml/source/rdf/unordf \
116 unoxml/source/service/unoxml \
117 writerfilter/util/writerfilter \
118 xmloff/util/xo \
121 $(eval $(call gb_CppunitTest_use_configuration,chart2_import))
123 $(eval $(call gb_CppunitTest_use_unittest_configuration,chart2_import))
125 # vim: set noet sw=4 ts=4: