Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / CppunitTest_sw_htmlexport.mk
blobc9934c5b5bf97cdf503954fe90b4ad038435ce5f
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,sw_htmlexport))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlexport, \
15 sw/qa/extras/htmlexport/htmlexport \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_htmlexport, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 i18nlangtag \
23 sal \
24 sfx \
25 sw \
26 test \
27 tl \
28 unotest \
29 utl \
30 vcl \
33 $(eval $(call gb_CppunitTest_use_externals,sw_htmlexport,\
34 boost_headers \
35 libxml2 \
38 $(eval $(call gb_CppunitTest_set_include,sw_htmlexport,\
39 -I$(SRCDIR)/sw/inc \
40 -I$(SRCDIR)/sw/source/core/inc \
41 -I$(SRCDIR)/sw/source/uibase/inc \
42 -I$(SRCDIR)/sw/qa/extras/inc \
43 $$(INCLUDE) \
46 $(eval $(call gb_CppunitTest_use_sdk_api,sw_htmlexport))
48 $(eval $(call gb_CppunitTest_use_ure,sw_htmlexport))
49 $(eval $(call gb_CppunitTest_use_vcl,sw_htmlexport))
51 $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\
52 basic/util/sb \
53 canvas/source/factory/canvasfactory \
54 comphelper/util/comphelp \
55 configmgr/source/configmgr \
56 dbaccess/util/dba \
57 embeddedobj/util/embobj \
58 filter/source/config/cache/filterconfig1 \
59 filter/source/storagefilterdetect/storagefd \
60 filter/source/textfilterdetect/textfd \
61 forms/util/frm \
62 framework/util/fwk \
63 i18npool/util/i18npool \
64 linguistic/source/lng \
65 oox/util/oox \
66 package/source/xstor/xstor \
67 sc/util/sc \
68 sc/util/scfilt \
69 package/util/package2 \
70 sax/source/expatwrap/expwrap \
71 sw/util/sw \
72 sw/util/swd \
73 sw/util/msword \
74 sfx2/util/sfx \
75 starmath/util/sm \
76 svl/source/fsstor/fsstorage \
77 svtools/util/svt \
78 toolkit/util/tk \
79 ucb/source/core/ucb1 \
80 ucb/source/ucp/file/ucpfile1 \
81 unotools/util/utl \
82 unoxml/source/service/unoxml \
83 uui/util/uui \
84 writerfilter/util/writerfilter \
85 xmloff/util/xo \
88 $(eval $(call gb_CppunitTest_use_configuration,sw_htmlexport))
90 # vim: set noet sw=4 ts=4: