tdf#130519 Add "More options" button to Lists section
[LibreOffice.git] / sc / CppunitTest_sc_dataprovider.mk
bloba7b29dd1c2c6f978aabeafd1cbc0b86d6bfdb824
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_dataprovider))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_dataprovider))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_dataprovider, \
15 sc/qa/unit/dataproviders_test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_dataprovider, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 scqahelper \
42 sfx \
43 sot \
44 subsequenttest \
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 \
58 $(gb_UWINAPI) \
61 $(eval $(call gb_CppunitTest_set_include,sc_dataprovider,\
62 -I$(SRCDIR)/sc/source/ui/inc \
63 -I$(SRCDIR)/sc/inc \
64 -I$(SRCDIR)/sc/source/filter/inc \
65 $$(INCLUDE) \
68 $(eval $(call gb_CppunitTest_use_custom_headers,sc_dataprovider,\
69 officecfg/registry \
72 $(eval $(call gb_CppunitTest_use_api,sc_dataprovider,\
73 udkapi \
74 offapi \
75 oovbaapi \
78 $(eval $(call gb_CppunitTest_use_ure,sc_dataprovider))
79 $(eval $(call gb_CppunitTest_use_vcl,sc_dataprovider))
81 $(eval $(call gb_CppunitTest_use_components,sc_dataprovider,\
82 basic/util/sb \
83 chart2/source/chartcore \
84 chart2/source/controller/chartcontroller \
85 comphelper/util/comphelp \
86 configmgr/source/configmgr \
87 connectivity/source/cpool/dbpool2 \
88 $(if $(ENABLE_JAVA),connectivity/source/drivers/hsqldb/hsqldb) \
89 connectivity/source/drivers/dbase/dbase \
90 $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
91 $(if $(ENABLE_JAVA),connectivity/source/drivers/jdbc/jdbc) \
92 connectivity/source/manager/sdbc2 \
93 dbaccess/source/filter/xml/dbaxml \
94 dbaccess/util/dba \
95 dbaccess/util/dbu \
96 embeddedobj/util/embobj \
97 eventattacher/source/evtatt \
98 filter/source/config/cache/filterconfig1 \
99 forms/util/frm \
100 framework/util/fwk \
101 i18npool/source/search/i18nsearch \
102 i18npool/util/i18npool \
103 linguistic/source/lng \
104 extensions/source/logging/log \
105 oox/util/oox \
106 package/source/xstor/xstor \
107 package/util/package2 \
108 sax/source/expatwrap/expwrap \
109 scaddins/source/analysis/analysis \
110 scaddins/source/datefunc/date \
111 sc/util/sc \
112 sc/util/scfilt \
113 sfx2/util/sfx \
114 sot/util/sot \
115 svl/util/svl \
116 svl/source/fsstor/fsstorage \
117 svtools/util/svt \
118 toolkit/util/tk \
119 ucb/source/core/ucb1 \
120 ucb/source/ucp/file/ucpfile1 \
121 ucb/source/ucp/tdoc/ucptdoc1 \
122 unotools/util/utl \
123 unoxml/source/rdf/unordf \
124 unoxml/source/service/unoxml \
125 uui/util/uui \
126 vcl/vcl.common \
127 xmloff/util/xo \
128 xmlsecurity/util/xmlsecurity \
131 $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider,\
132 orcus \
133 orcus-parser \
134 boost_filesystem \
135 boost_system \
136 boost_iostreams \
137 zlib \
140 $(eval $(call gb_CppunitTest_use_configuration,sc_dataprovider))
142 # vim: set noet sw=4 ts=4: