Show duplicate attribute
[LibreOffice.git] / sc / CppunitTest_sc_condformats.mk
blob799306a4aad9e56d8032278974216b264ec02565
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_api,sc_condformats,\
64 offapi \
65 udkapi \
68 $(eval $(call gb_CppunitTest_use_ure,sc_condformats))
69 $(eval $(call gb_CppunitTest_use_vcl,sc_condformats))
71 $(eval $(call gb_CppunitTest_use_components,sc_condformats,\
72 basic/util/sb \
73 comphelper/util/comphelp \
74 configmgr/source/configmgr \
75 dbaccess/util/dba \
76 filter/source/config/cache/filterconfig1 \
77 filter/source/storagefilterdetect/storagefd \
78 forms/util/frm \
79 framework/util/fwk \
80 i18npool/util/i18npool \
81 linguistic/source/lng \
82 oox/util/oox \
83 package/source/xstor/xstor \
84 package/util/package2 \
85 sax/source/expatwrap/expwrap \
86 scripting/source/basprov/basprov \
87 scripting/util/scriptframe \
88 sc/util/sc \
89 sc/util/scd \
90 sc/util/scfilt \
91 $(call gb_Helper_optional,SCRIPTING, \
92 sc/util/vbaobj) \
93 sfx2/util/sfx \
94 sot/util/sot \
95 svl/source/fsstor/fsstorage \
96 toolkit/util/tk \
97 ucb/source/core/ucb1 \
98 ucb/source/ucp/file/ucpfile1 \
99 ucb/source/ucp/tdoc/ucptdoc1 \
100 unotools/util/utl \
101 unoxml/source/rdf/unordf \
102 unoxml/source/service/unoxml \
103 xmloff/util/xo \
104 svtools/util/svt \
107 $(eval $(call gb_CppunitTest_use_configuration,sc_condformats))
109 # vim: set noet sw=4 ts=4: