lok: re-load UNO bootstrap pieces and set UserInstallation on second init.
[LibreOffice.git] / xmloff / CppunitTest_xmloff_uxmloff.mk
blob7e517229b47f26527782f71b69ccbca1930b0079
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,xmloff_uxmloff))
12 $(eval $(call gb_CppunitTest_add_exception_objects,xmloff_uxmloff, \
13 xmloff/qa/unit/uxmloff \
17 $(eval $(call gb_CppunitTest_set_include,xmloff_uxmloff,\
18 -I$(SRCDIR)/xmloff/inc \
19 -I$(SRCDIR)/xmloff/source/style \
20 -I$(SRCDIR)/xmloff/source/chart \
21 $$(INCLUDE) \
24 $(eval $(call gb_CppunitTest_use_sdk_api,xmloff_uxmloff))
26 $(eval $(call gb_CppunitTest_use_ure,xmloff_uxmloff))
27 $(eval $(call gb_CppunitTest_use_vcl,xmloff_uxmloff))
29 $(eval $(call gb_CppunitTest_use_library_objects,xmloff_uxmloff,xo))
31 $(eval $(call gb_CppunitTest_use_externals,xmloff_uxmloff,\
32 boost_headers \
35 $(eval $(call gb_CppunitTest_use_libraries,xmloff_uxmloff, \
36 basegfx \
37 comphelper \
38 cppu \
39 cppuhelper \
40 i18nlangtag \
41 sal \
42 salhelper \
43 sax \
44 svl \
45 test \
46 tl \
47 unotest \
48 utl \
49 vcl \
50 $(gb_UWINAPI) \
53 $(eval $(call gb_CppunitTest_use_components,xmloff_uxmloff,\
54 configmgr/source/configmgr \
55 i18npool/util/i18npool \
56 sax/source/expatwrap/expwrap \
57 ucb/source/core/ucb1 \
58 ucb/source/ucp/file/ucpfile1 \
59 unoxml/source/service/unoxml \
62 # uui/util/uui \
63 # sfx2/util/sfx \
64 # framework/util/fwk \
66 $(eval $(call gb_CppunitTest_use_configuration,xmloff_uxmloff))
68 # vim: set noet sw=4 ts=4: