bump product version to 4.1.6.2
[LibreOffice.git] / chart2 / CppunitTest_chart2_export.mk
blob0c0e0253ca2929f6ec41ee525bea0abb760a7e37
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_export))
14 $(eval $(call gb_CppunitTest_use_external,chart2_export,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_export, \
17 chart2/qa/extras/chart2export \
20 $(eval $(call gb_CppunitTest_use_libraries,chart2_export, \
21 avmedia \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 fileacc \
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 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tl \
47 tk \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
54 $(gb_UWINAPI) \
57 $(eval $(call gb_CppunitTest_set_include,chart2_export,\
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,chart2_export,\
62 offapi \
63 udkapi \
66 $(eval $(call gb_CppunitTest_use_ure,chart2_export))
68 $(eval $(call gb_CppunitTest_use_components,chart2_export,\
69 basic/util/sb \
70 chart2/source/controller/chartcontroller \
71 chart2/source/chartcore \
72 comphelper/util/comphelp \
73 configmgr/source/configmgr \
74 dbaccess/util/dba \
75 embeddedobj/util/embobj \
76 eventattacher/source/evtatt \
77 fileaccess/source/fileacc \
78 filter/source/config/cache/filterconfig1 \
79 forms/util/frm \
80 framework/util/fwk \
81 i18npool/util/i18npool \
82 linguistic/source/lng \
83 oox/util/oox \
84 package/source/xstor/xstor \
85 package/util/package2 \
86 sax/source/expatwrap/expwrap \
87 sax/source/fastparser/fastsax \
88 sc/util/sc \
89 sc/util/scd \
90 sc/util/scfilt \
91 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
92 sc/util/vbaobj) \
93 scaddins/source/analysis/analysis \
94 scaddins/source/datefunc/date \
95 scripting/source/basprov/basprov \
96 scripting/util/scriptframe \
97 sfx2/util/sfx \
98 sot/util/sot \
99 svl/source/fsstor/fsstorage \
100 svl/util/svl \
101 svtools/util/svt \
102 svx/util/svx \
103 toolkit/util/tk \
104 ucb/source/core/ucb1 \
105 ucb/source/ucp/file/ucpfile1 \
106 ucb/source/ucp/tdoc/ucptdoc1 \
107 unotools/util/utl \
108 unoxml/source/rdf/unordf \
109 unoxml/source/service/unoxml \
110 xmloff/util/xo \
113 $(eval $(call gb_CppunitTest_use_configuration,chart2_export))
115 $(eval $(call gb_CppunitTest_use_filter_configuration,chart2_export))
117 $(eval $(call gb_CppunitTest_use_unittest_configuration,chart2_export))
119 # vim: set noet sw=4 ts=4: