tdf#153972 Fix color filter when cells have no content
[LibreOffice.git] / chart2 / import_setup.mk
blobfb83a0462b7e3c0b31c11372eb8965135e24b61a
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 # template for import tests
13 define chart2_import$(1)_test
15 $(eval $(call gb_CppunitTest_CppunitTest,chart2_import$(1)))
17 $(eval $(call gb_CppunitTest_use_externals,chart2_import$(1), \
18 boost_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_import$(1), \
23 chart2/qa/extras/chart2import$(1) \
26 $(eval $(call gb_CppunitTest_use_libraries,chart2_import$(1), \
27 $(call gb_Helper_optional,AVMEDIA,avmedia) \
28 basegfx \
29 comphelper \
30 cppu \
31 cppuhelper \
32 drawinglayer \
33 editeng \
34 for \
35 forui \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 salhelper \
41 sax \
42 sb \
43 sc \
44 sw \
45 sd \
46 sfx \
47 sot \
48 svl \
49 svt \
50 svx \
51 svxcore \
52 test \
53 tl \
54 tk \
55 ucbhelper \
56 unotest \
57 utl \
58 $(call gb_Helper_optional,SCRIPTING, \
59 vbahelper) \
60 vcl \
61 xo \
64 $(eval $(call gb_CppunitTest_set_include,chart2_import$(1),\
65 -I$(SRCDIR)/chart2/inc \
66 $$(INCLUDE) \
69 $(eval $(call gb_CppunitTest_use_sdk_api,chart2_import$(1)))
71 $(eval $(call gb_CppunitTest_use_ure,chart2_import$(1)))
72 $(eval $(call gb_CppunitTest_use_vcl,chart2_import$(1)))
74 $(eval $(call gb_CppunitTest_use_components,chart2_import$(1),\
75 basic/util/sb \
76 animations/source/animcore/animcore \
77 chart2/source/controller/chartcontroller \
78 chart2/source/chartcore \
79 comphelper/util/comphelp \
80 configmgr/source/configmgr \
81 dbaccess/util/dba \
82 embeddedobj/util/embobj \
83 emfio/emfio \
84 eventattacher/source/evtatt \
85 filter/source/config/cache/filterconfig1 \
86 filter/source/odfflatxml/odfflatxml \
87 filter/source/storagefilterdetect/storagefd \
88 filter/source/xmlfilteradaptor/xmlfa \
89 filter/source/xmlfilterdetect/xmlfd \
90 forms/util/frm \
91 framework/util/fwk \
92 i18npool/util/i18npool \
93 linguistic/source/lng \
94 oox/util/oox \
95 package/source/xstor/xstor \
96 package/util/package2 \
97 sax/source/expatwrap/expwrap \
98 sc/util/sc \
99 sc/util/scd \
100 sc/util/scfilt \
101 sw/util/sw \
102 sw/util/swd \
103 sw/util/msword \
104 sd/util/sd \
105 sd/util/sdfilt \
106 sd/util/sdd \
107 $(call gb_Helper_optional,SCRIPTING, \
108 sc/util/vbaobj) \
109 scaddins/source/analysis/analysis \
110 scaddins/source/datefunc/date \
111 scripting/source/basprov/basprov \
112 scripting/util/scriptframe \
113 sfx2/util/sfx \
114 sot/util/sot \
115 svl/source/fsstor/fsstorage \
116 svl/util/svl \
117 svtools/util/svt \
118 svx/util/svx \
119 svx/util/svxcore \
120 toolkit/util/tk \
121 vcl/vcl.common \
122 ucb/source/core/ucb1 \
123 ucb/source/ucp/file/ucpfile1 \
124 ucb/source/ucp/tdoc/ucptdoc1 \
125 unotools/util/utl \
126 unoxml/source/rdf/unordf \
127 unoxml/source/service/unoxml \
128 uui/util/uui \
129 writerfilter/util/writerfilter \
130 xmloff/util/xo \
131 xmlscript/util/xmlscript \
134 $(eval $(call gb_CppunitTest_use_uiconfigs,chart2_import$(1), \
135 modules/swriter \
138 $(eval $(call gb_CppunitTest_use_configuration,chart2_import$(1)))
140 $(call gb_CppunitTest_get_target,chart2_import$(1)): $(call gb_Package_get_target,postprocess_images)
142 endef
144 # vim: set noet sw=4 ts=4: