tdf#62032 use style list level when changing style
[LibreOffice.git] / sc / CppunitTest_sc_information_functions_test.mk
blob1a5a5536f8deb90daa29decf30a2b03854de2b62
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_information_functions_test))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_information_functions_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_information_functions_test, \
15 sc/qa/unit/functions_information \
18 $(eval $(call gb_CppunitTest_use_externals,sc_information_functions_test, \
19 boost_headers \
20 mdds_headers \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_information_functions_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sc \
39 scqahelper \
40 sfx \
41 sot \
42 svl \
43 svt \
44 svx \
45 svxcore \
46 test \
47 tk \
48 tl \
49 ucbhelper \
50 unotest \
51 utl \
52 vcl \
53 xo \
56 $(eval $(call gb_CppunitTest_set_include,sc_information_functions_test,\
57 -I$(SRCDIR)/sc/source/ui/inc \
58 -I$(SRCDIR)/sc/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_api,sc_information_functions_test,\
63 offapi \
64 udkapi \
65 oovbaapi \
68 $(eval $(call gb_CppunitTest_use_ure,sc_information_functions_test))
70 $(eval $(call gb_CppunitTest_use_vcl,sc_information_functions_test))
72 $(eval $(call gb_CppunitTest_use_components,sc_information_functions_test,\
73 basic/util/sb \
74 chart2/source/chartcore \
75 chart2/source/controller/chartcontroller \
76 comphelper/util/comphelp \
77 configmgr/source/configmgr \
78 connectivity/source/manager/sdbc2 \
79 dbaccess/util/dba \
80 embeddedobj/util/embobj \
81 eventattacher/source/evtatt \
82 filter/source/config/cache/filterconfig1 \
83 filter/source/odfflatxml/odfflatxml \
84 filter/source/xmlfilteradaptor/xmlfa \
85 forms/util/frm \
86 framework/util/fwk \
87 i18npool/util/i18npool \
88 i18npool/source/search/i18nsearch \
89 linguistic/source/lng \
90 oox/util/oox \
91 package/source/xstor/xstor \
92 package/util/package2 \
93 sax/source/expatwrap/expwrap \
94 scaddins/source/analysis/analysis \
95 scaddins/source/datefunc/date \
96 sc/util/sc \
97 sc/util/scfilt \
98 sfx2/util/sfx \
99 sot/util/sot \
100 svl/util/svl \
101 svtools/util/svt \
102 svx/util/svx \
103 svx/util/svxcore \
104 toolkit/util/tk \
105 ucb/source/core/ucb1 \
106 ucb/source/ucp/file/ucpfile1 \
107 ucb/source/ucp/tdoc/ucptdoc1 \
108 unotools/util/utl \
109 unoxml/source/rdf/unordf \
110 unoxml/source/service/unoxml \
111 uui/util/uui \
112 vcl/vcl.common \
113 xmloff/util/xo \
114 xmlscript/util/xmlscript \
117 $(eval $(call gb_CppunitTest_use_configuration,sc_information_functions_test))
119 # vim: set noet sw=4 ts=4: