sd: render the correct PDF page on swapping in
[LibreOffice.git] / sc / CppunitTest_sc_cache_test.mk
blob1a1cd671207e868a025d819b383abdd1cf5b7624
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_cache_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_cache_test, \
13 boost_headers \
14 icu_headers \
15 icui18n \
16 icuuc \
17 libxml2 \
18 mdds_headers \
21 $(eval $(call gb_CppunitTest_add_exception_objects,sc_cache_test, \
22 sc/qa/unit/datacache \
25 $(eval $(call gb_CppunitTest_use_libraries,sc_cache_test, \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 drawinglayer \
31 editeng \
32 for \
33 forui \
34 i18nlangtag \
35 msfilter \
36 oox \
37 sal \
38 salhelper \
39 sax \
40 sb \
41 sc \
42 scqahelper \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 unotest \
54 utl \
55 vbahelper \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sc_cache_test,\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sc_cache_test,\
67 offapi \
68 oovbaapi \
69 udkapi \
72 $(eval $(call gb_CppunitTest_use_ure,sc_cache_test))
73 $(eval $(call gb_CppunitTest_use_vcl,sc_cache_test))
75 $(eval $(call gb_CppunitTest_use_components,sc_cache_test,\
76 basic/util/sb \
77 chart2/source/chartcore \
78 chart2/source/controller/chartcontroller \
79 comphelper/util/comphelp \
80 configmgr/source/configmgr \
81 dbaccess/util/dba \
82 embeddedobj/util/embobj \
83 eventattacher/source/evtatt \
84 filter/source/config/cache/filterconfig1 \
85 forms/util/frm \
86 framework/util/fwk \
87 i18npool/util/i18npool \
88 oox/util/oox \
89 package/source/xstor/xstor \
90 package/util/package2 \
91 sax/source/expatwrap/expwrap \
92 scaddins/source/analysis/analysis \
93 scaddins/source/datefunc/date \
94 scripting/source/basprov/basprov \
95 scripting/util/scriptframe \
96 sc/util/sc \
97 sc/util/scd \
98 sc/util/scfilt \
99 $(call gb_Helper_optional,SCRIPTING, \
100 sc/util/vbaobj) \
101 sfx2/util/sfx \
102 sot/util/sot \
103 svl/source/fsstor/fsstorage \
104 svl/util/svl \
105 svx/util/svx \
106 svx/util/svxcore \
107 toolkit/util/tk \
108 ucb/source/core/ucb1 \
109 ucb/source/ucp/file/ucpfile1 \
110 ucb/source/ucp/tdoc/ucptdoc1 \
111 unotools/util/utl \
112 unoxml/source/rdf/unordf \
113 unoxml/source/service/unoxml \
114 vcl/vcl.common \
115 xmloff/util/xo \
118 $(eval $(call gb_CppunitTest_use_configuration,sc_cache_test))
120 # vim: set noet sw=4 ts=4: