build fix
[LibreOffice.git] / sc / CppunitTest_sc_check_data_pilot_table.mk
blobe536dfeb92fd6ca00c596faaaa13e23905bb16fd
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_data_pilot_table))
13 $(eval $(call gb_CppunitTest_add_exception_objects,sc_check_data_pilot_table, \
14 sc/qa/extras/check_data_pilot_table \
17 $(eval $(call gb_CppunitTest_use_libraries,sc_check_data_pilot_table, \
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_data_pilot_table,\
55 -I$(SRCDIR)/sc/source/ui/inc \
56 -I$(SRCDIR)/sc/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_api,sc_check_data_pilot_table,\
61 offapi \
62 udkapi \
65 $(eval $(call gb_CppunitTest_use_ure,sc_check_data_pilot_table))
66 $(eval $(call gb_CppunitTest_use_vcl,sc_check_data_pilot_table))
68 $(eval $(call gb_CppunitTest_use_components,sc_check_data_pilot_table,\
69 basic/util/sb \
70 comphelper/util/comphelp \
71 configmgr/source/configmgr \
72 dbaccess/util/dba \
73 filter/source/config/cache/filterconfig1 \
74 forms/util/frm \
75 framework/util/fwk \
76 i18npool/util/i18npool \
77 oox/util/oox \
78 package/source/xstor/xstor \
79 package/util/package2 \
80 sax/source/expatwrap/expwrap \
81 scripting/source/basprov/basprov \
82 scripting/util/scriptframe \
83 sc/util/sc \
84 sc/util/scd \
85 sc/util/scfilt \
86 $(call gb_Helper_optional,SCRIPTING, \
87 sc/util/vbaobj) \
88 sfx2/util/sfx \
89 sot/util/sot \
90 svl/source/fsstor/fsstorage \
91 toolkit/util/tk \
92 ucb/source/core/ucb1 \
93 ucb/source/ucp/file/ucpfile1 \
94 ucb/source/ucp/tdoc/ucptdoc1 \
95 unotools/util/utl \
96 unoxml/source/rdf/unordf \
97 unoxml/source/service/unoxml \
98 uui/util/uui \
99 svtools/util/svt \
102 $(eval $(call gb_CppunitTest_use_configuration,sc_check_data_pilot_table))
104 # vim: set noet sw=4 ts=4: