Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sc / CppunitTest_sc_html_export_test.mk
blob711d39d867710748bbea6586b42a8917915dfb38
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 tk \
46 tl \
47 ucbhelper \
48 unotest \
49 utl \
50 vcl \
51 xo \
54 $(eval $(call gb_CppunitTest_set_include,sc_html_export_test,\
55 -I$(SRCDIR)/sc/source/ui/inc \
56 -I$(SRCDIR)/sc/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_sdk_api,sc_html_export_test))
62 $(eval $(call gb_CppunitTest_use_ure,sc_html_export_test))
63 $(eval $(call gb_CppunitTest_use_vcl,sc_html_export_test))
65 $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\
66 basic/util/sb \
67 comphelper/util/comphelp \
68 configmgr/source/configmgr \
69 dbaccess/util/dba \
70 eventattacher/source/evtatt \
71 filter/source/config/cache/filterconfig1 \
72 filter/source/storagefilterdetect/storagefd \
73 forms/util/frm \
74 framework/util/fwk \
75 i18npool/source/search/i18nsearch \
76 i18npool/util/i18npool \
77 linguistic/source/lng \
78 oox/util/oox \
79 package/source/xstor/xstor \
80 package/util/package2 \
81 sax/source/expatwrap/expwrap \
82 scripting/source/basprov/basprov \
83 scripting/source/dlgprov/dlgprov \
84 scripting/source/vbaevents/vbaevents \
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 svtools/util/svt \
95 svx/util/svx \
96 svx/util/svxcore \
97 toolkit/util/tk \
98 ucb/source/core/ucb1 \
99 ucb/source/ucp/file/ucpfile1 \
100 ucb/source/ucp/tdoc/ucptdoc1 \
101 unotools/util/utl \
102 unoxml/source/rdf/unordf \
103 unoxml/source/service/unoxml \
104 uui/util/uui \
105 vcl/vcl.common \
106 vbahelper/util/msforms \
107 xmloff/util/xo \
110 $(eval $(call gb_CppunitTest_use_configuration,sc_html_export_test))
112 # vim: set noet sw=4 ts=4: