bump product version to 5.0.4.1
[LibreOffice.git] / sw / CppunitTest_sw_htmlimport.mk
blob410c6baa9d2673dfdd3032331bc5bf63c20ca84c
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_htmlimport))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlimport, \
15 sw/qa/extras/htmlimport/htmlimport \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_htmlimport, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 i18nlangtag \
23 sal \
24 sfx \
25 svt \
26 sw \
27 test \
28 tl \
29 unotest \
30 utl \
31 vcl \
32 $(gb_UWINAPI) \
35 $(eval $(call gb_CppunitTest_use_externals,sw_htmlimport,\
36 boost_headers \
37 libxml2 \
40 $(eval $(call gb_CppunitTest_set_include,sw_htmlimport,\
41 -I$(SRCDIR)/sw/inc \
42 -I$(SRCDIR)/sw/source/core/inc \
43 -I$(SRCDIR)/sw/source/uibase/inc \
44 -I$(SRCDIR)/sw/qa/extras/inc \
45 $$(INCLUDE) \
48 $(eval $(call gb_CppunitTest_use_sdk_api,sw_htmlimport))
50 $(eval $(call gb_CppunitTest_use_ure,sw_htmlimport))
51 $(eval $(call gb_CppunitTest_use_vcl,sw_htmlimport))
53 $(eval $(call gb_CppunitTest_use_rdb,sw_htmlimport,services))
55 $(eval $(call gb_CppunitTest_use_configuration,sw_htmlimport))
57 # vim: set noet sw=4 ts=4: