lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / sc / CppunitTest_sc_macros_test.mk
blob90f4930e20163172b76a528e8e097afa55749562
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_macros_test))
12 $(eval $(call gb_CppunitTest_use_externals,sc_macros_test, \
13 boost_headers \
14 mdds_headers \
17 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_macros_test))
19 $(eval $(call gb_CppunitTest_add_exception_objects,sc_macros_test, \
20 sc/qa/extras/macros-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_macros_test, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sb \
39 sc \
40 sfx \
41 sot \
42 subsequenttest \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 vbahelper \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_set_include,sc_macros_test,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_macros_test,\
65 offapi \
66 oovbaapi \
67 udkapi \
70 $(eval $(call gb_CppunitTest_use_ure,sc_macros_test))
71 $(eval $(call gb_CppunitTest_use_vcl,sc_macros_test))
73 $(eval $(call gb_CppunitTest_use_components,sc_macros_test,\
74 basic/util/sb \
75 comphelper/util/comphelp \
76 configmgr/source/configmgr \
77 dbaccess/util/dba \
78 emfio/emfio \
79 eventattacher/source/evtatt \
80 filter/source/config/cache/filterconfig1 \
81 filter/source/storagefilterdetect/storagefd \
82 forms/util/frm \
83 framework/util/fwk \
84 framework/util/fwl \
85 i18npool/source/search/i18nsearch \
86 i18npool/util/i18npool \
87 linguistic/source/lng \
88 oox/util/oox \
89 package/source/xstor/xstor \
90 package/util/package2 \
91 sax/source/expatwrap/expwrap \
92 scripting/source/basprov/basprov \
93 scripting/source/dlgprov/dlgprov \
94 scripting/source/vbaevents/vbaevents \
95 scripting/util/scriptframe \
96 sc/util/sc \
97 sc/util/scd \
98 sc/util/scfilt \
99 $(call gb_Helper_optional,SCRIPTING, \
100 sc/util/vbaobj) \
101 sfx2/util/sfx \
102 sot/util/sot \
103 svl/source/fsstor/fsstorage \
104 svtools/util/svt \
105 svx/util/svx \
106 svx/util/svxcore \
107 toolkit/util/tk \
108 ucb/source/core/ucb1 \
109 ucb/source/ucp/file/ucpfile1 \
110 ucb/source/ucp/tdoc/ucptdoc1 \
111 unotools/util/utl \
112 unoxml/source/rdf/unordf \
113 unoxml/source/service/unoxml \
114 uui/util/uui \
115 vcl/vcl.common \
116 vbahelper/util/msforms \
117 xmloff/util/xo \
120 $(eval $(call gb_CppunitTest_use_configuration,sc_macros_test))
122 # vim: set noet sw=4 ts=4: