vscode: add Cygwin terminal profile and config for VS debugger for Windows
[LibreOffice.git] / sc / CppunitTest_sc_html_export_test.mk
blobf9da77710a2941ad89f76aaa0e51de65a0a3b468
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_use_common_precompiled_header,sc_html_export_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_html_export_test, \
15 sc/qa/extras/htmlexporttest \
18 $(eval $(call gb_CppunitTest_use_externals,sc_html_export_test, \
19 boost_headers \
20 libxml2 \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_html_export_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 drawinglayercore \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sc \
40 scqahelper \
41 sfx \
42 sot \
43 subsequenttest \
44 svl \
45 svt \
46 svx \
47 svxcore \
48 test \
49 tk \
50 tl \
51 ucbhelper \
52 unotest \
53 utl \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_set_include,sc_html_export_test,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_html_export_test,\
65 udkapi \
66 offapi \
67 oovbaapi \
70 $(eval $(call gb_CppunitTest_use_ure,sc_html_export_test))
71 $(eval $(call gb_CppunitTest_use_vcl,sc_html_export_test))
73 $(eval $(call gb_CppunitTest_use_rdb,sc_html_export_test,services))
75 $(eval $(call gb_CppunitTest_use_configuration,sc_html_export_test))
77 # vim: set noet sw=4 ts=4: