build fix
[LibreOffice.git] / sc / CppunitTest_sc_check_xcell_ranges_query.mk
blobafbd184ac2406e1fdf1a449346fcd83adcaaf788
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 #*************************************************************************
11 $(eval $(call gb_CppunitTest_CppunitTest,sc_check_xcell_ranges_query))
13 $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_xcell_ranges_query, \
14 sc/qa/extras/check_xcell_ranges_query \
17 $(eval $(call gb_CppunitTest_use_libraries,sc_check_xcell_ranges_query, \
18 basegfx \
19 comphelper \
20 cppu \
21 cppuhelper \
22 drawinglayer \
23 editeng \
24 for \
25 forui \
26 i18nlangtag \
27 msfilter \
28 oox \
29 sal \
30 salhelper \
31 sax \
32 sb \
33 sc \
34 scqahelper \
35 sfx \
36 sot \
37 subsequenttest \
38 svl \
39 svt \
40 svx \
41 svxcore \
42 test \
43 tk \
44 tl \
45 ucbhelper \
46 unotest \
47 utl \
48 vbahelper \
49 vcl \
50 xo \
51 $(gb_UWINAPI) \
54 $(eval $(call gb_CppunitTest_set_include,sc_check_xcell_ranges_query,\
55 -I$(SRCDIR)/sc/source/ui/inc \
56 -I$(SRCDIR)/sc/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_sdk_api,sc_check_xcell_ranges_query))
62 $(eval $(call gb_CppunitTest_use_ure,sc_check_xcell_ranges_query))
63 $(eval $(call gb_CppunitTest_use_vcl,sc_check_xcell_ranges_query))
65 $(eval $(call gb_CppunitTest_use_components,sc_check_xcell_ranges_query,\
66 basic/util/sb \
67 comphelper/util/comphelp \
68 configmgr/source/configmgr \
69 dbaccess/util/dba \
70 filter/source/config/cache/filterconfig1 \
71 forms/util/frm \
72 framework/util/fwk \
73 i18npool/util/i18npool \
74 oox/util/oox \
75 package/source/xstor/xstor \
76 package/util/package2 \
77 sax/source/expatwrap/expwrap \
78 scripting/source/basprov/basprov \
79 scripting/util/scriptframe \
80 sc/util/sc \
81 sc/util/scd \
82 sc/util/scfilt \
83 $(call gb_Helper_optional,SCRIPTING, \
84 sc/util/vbaobj) \
85 sfx2/util/sfx \
86 sot/util/sot \
87 svl/source/fsstor/fsstorage \
88 toolkit/util/tk \
89 ucb/source/core/ucb1 \
90 ucb/source/ucp/file/ucpfile1 \
91 ucb/source/ucp/tdoc/ucptdoc1 \
92 unotools/util/utl \
93 unoxml/source/rdf/unordf \
94 unoxml/source/service/unoxml \
95 uui/util/uui \
96 svtools/util/svt \
99 $(eval $(call gb_CppunitTest_use_configuration,sc_check_xcell_ranges_query,))
101 # vim: set noet sw=4 ts=4: