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