Send various state changes to LOK
[LibreOffice.git] / sc / CppunitTest_sc_datatransformation.mk
blob81dbd7127bbe053fd8a7dfa4b4cae0bb4920caa9
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_datatransformation))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_datatransformation))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_datatransformation, \
15 sc/qa/unit/datatransformation_test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_datatransformation, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_datatransformation, \
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_datatransformation,\
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_datatransformation,\
69 officecfg/registry \
72 $(eval $(call gb_CppunitTest_use_api,sc_datatransformation,\
73 udkapi \
74 offapi \
75 oovbaapi \
78 $(eval $(call gb_CppunitTest_use_ure,sc_datatransformation))
79 $(eval $(call gb_CppunitTest_use_vcl,sc_datatransformation))
81 $(eval $(call gb_CppunitTest_use_components,sc_datatransformation,\
82 basic/util/sb \
83 chart2/source/chartcore \
84 chart2/source/controller/chartcontroller \
85 comphelper/util/comphelp \
86 configmgr/source/configmgr \
87 dbaccess/util/dba \
88 embeddedobj/util/embobj \
89 eventattacher/source/evtatt \
90 filter/source/config/cache/filterconfig1 \
91 forms/util/frm \
92 framework/util/fwk \
93 i18npool/source/search/i18nsearch \
94 i18npool/util/i18npool \
95 linguistic/source/lng \
96 oox/util/oox \
97 package/source/xstor/xstor \
98 package/util/package2 \
99 sax/source/expatwrap/expwrap \
100 scaddins/source/analysis/analysis \
101 scaddins/source/datefunc/date \
102 sc/util/sc \
103 sc/util/scfilt \
104 sfx2/util/sfx \
105 sot/util/sot \
106 svl/util/svl \
107 svl/source/fsstor/fsstorage \
108 svtools/util/svt \
109 toolkit/util/tk \
110 ucb/source/core/ucb1 \
111 ucb/source/ucp/file/ucpfile1 \
112 ucb/source/ucp/tdoc/ucptdoc1 \
113 unotools/util/utl \
114 unoxml/source/rdf/unordf \
115 unoxml/source/service/unoxml \
116 uui/util/uui \
117 vcl/vcl.common \
118 xmloff/util/xo \
119 xmlsecurity/util/xmlsecurity \
122 $(eval $(call gb_CppunitTest_use_externals,sc_datatransformation,\
123 orcus \
124 orcus-parser \
125 boost_filesystem \
126 boost_system \
127 boost_iostreams \
128 zlib \
131 $(eval $(call gb_CppunitTest_use_configuration,sc_datatransformation))
133 # vim: set noet sw=4 ts=4: