build fix
[LibreOffice.git] / sc / CppunitTest_sc_html_export_test.mk
blobc3fa3abe8c5e99d9a3debcb45059cf3da68debe3
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 \
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_sdk_api,sc_html_export_test))
63 $(eval $(call gb_CppunitTest_use_ure,sc_html_export_test))
64 $(eval $(call gb_CppunitTest_use_vcl,sc_html_export_test))
66 $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\
67 basic/util/sb \
68 comphelper/util/comphelp \
69 configmgr/source/configmgr \
70 dbaccess/util/dba \
71 eventattacher/source/evtatt \
72 filter/source/config/cache/filterconfig1 \
73 filter/source/storagefilterdetect/storagefd \
74 forms/util/frm \
75 framework/util/fwk \
76 i18npool/source/search/i18nsearch \
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 scripting/source/basprov/basprov \
84 scripting/source/dlgprov/dlgprov \
85 scripting/source/vbaevents/vbaevents \
86 scripting/util/scriptframe \
87 sc/util/sc \
88 sc/util/scd \
89 sc/util/scfilt \
90 $(call gb_Helper_optional,SCRIPTING, \
91 sc/util/vbaobj) \
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 uui/util/uui \
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: