Bump version to 4.3-4
[LibreOffice.git] / sc / CppunitTest_sc_html_export_test.mk
blob7d95a73323256f4bdae725a08fdf83b111955441
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_html_export_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_html_export_test, \
13 sc/qa/extras/htmlexporttest \
16 $(eval $(call gb_CppunitTest_use_externals,sc_html_export_test, \
17 boost_headers \
18 libxml2 \
21 $(eval $(call gb_CppunitTest_use_libraries,sc_html_export_test, \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 for \
29 forui \
30 i18nlangtag \
31 msfilter \
32 oox \
33 sal \
34 salhelper \
35 sax \
36 sc \
37 scqahelper \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tl \
46 tk \
47 ucbhelper \
48 unotest \
49 utl \
50 vcl \
51 xo \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_CppunitTest_set_include,sc_html_export_test,\
56 -I$(SRCDIR)/sc/source/ui/inc \
57 -I$(SRCDIR)/sc/inc \
58 $$(INCLUDE) \
61 $(eval $(call gb_CppunitTest_use_api,sc_html_export_test,\
62 offapi \
63 udkapi \
66 $(eval $(call gb_CppunitTest_use_ure,sc_html_export_test))
68 $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\
69 basic/util/sb \
70 comphelper/util/comphelp \
71 configmgr/source/configmgr \
72 dbaccess/util/dba \
73 filter/source/config/cache/filterconfig1 \
74 filter/source/storagefilterdetect/storagefd \
75 forms/util/frm \
76 framework/util/fwk \
77 i18npool/util/i18npool \
78 linguistic/source/lng \
79 oox/util/oox \
80 package/source/xstor/xstor \
81 package/util/package2 \
82 sax/source/expatwrap/expwrap \
83 sc/util/sc \
84 sc/util/scd \
85 sc/util/scfilt \
86 $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
87 sc/util/vbaobj) \
88 scripting/source/basprov/basprov \
89 scripting/util/scriptframe \
90 scripting/source/vbaevents/vbaevents \
91 scripting/source/dlgprov/dlgprov \
92 sfx2/util/sfx \
93 sot/util/sot \
94 svl/source/fsstor/fsstorage \
95 svtools/util/svt \
96 svx/util/svx \
97 svx/util/svxcore \
98 toolkit/util/tk \
99 ucb/source/core/ucb1 \
100 ucb/source/ucp/file/ucpfile1 \
101 ucb/source/ucp/tdoc/ucptdoc1 \
102 unotools/util/utl \
103 unoxml/source/rdf/unordf \
104 unoxml/source/service/unoxml \
105 xmloff/util/xo \
106 eventattacher/source/evtatt \
107 i18npool/source/search/i18nsearch \
108 vbahelper/util/msforms \
111 $(eval $(call gb_CppunitTest_use_configuration,sc_html_export_test))
113 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_html_export_test))
115 # vim: set noet sw=4 ts=4: