lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / sw / CppunitTest_sw_filters_test.mk
blob9415a1adca43467ac99cf5212abe943c0389d629
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,sw_filters_test))
14 $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
20 sw/qa/core/filters-test \
23 $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \
24 sw \
25 sfx \
26 svl \
27 svt \
28 sot \
29 test \
30 tl \
31 ucbhelper \
32 unotest \
33 utl \
34 vcl \
35 i18nlangtag \
36 comphelper \
37 cppu \
38 cppuhelper \
39 sal \
42 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
43 -I$(SRCDIR)/sw/inc \
44 $$(INCLUDE) \
47 $(eval $(call gb_CppunitTest_use_api,sw_filters_test,\
48 udkapi \
49 offapi \
50 oovbaapi \
53 $(eval $(call gb_CppunitTest_use_ure,sw_filters_test))
54 $(eval $(call gb_CppunitTest_use_vcl,sw_filters_test))
56 $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
57 basic/util/sb \
58 comphelper/util/comphelp \
59 configmgr/source/configmgr \
60 dbaccess/util/dba \
61 embeddedobj/util/embobj \
62 emfio/emfio \
63 filter/source/config/cache/filterconfig1 \
64 filter/source/t602/t602filter \
65 forms/util/frm \
66 framework/util/fwk \
67 i18npool/util/i18npool \
68 linguistic/source/lng \
69 oox/util/oox \
70 package/source/xstor/xstor \
71 package/util/package2 \
72 sax/source/expatwrap/expwrap \
73 sfx2/util/sfx \
74 starmath/util/sm \
75 svl/source/fsstor/fsstorage \
76 svtools/util/svt \
77 sw/util/msword \
78 sw/util/sw \
79 sw/util/swd \
80 uui/util/uui \
81 toolkit/util/tk \
82 ucb/source/core/ucb1 \
83 ucb/source/ucp/file/ucpfile1 \
84 unotools/util/utl \
85 unoxml/source/rdf/unordf \
86 unoxml/source/service/unoxml \
87 writerfilter/util/writerfilter \
88 $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
89 vcl/vcl.common \
90 xmloff/source/transform/xof \
91 xmloff/util/xo \
94 $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
96 $(call gb_CppunitTest_get_target,sw_filters_test): \
97 $(call gb_Package_get_target,extras_tplwizdesktop)
99 # vim: set noet sw=4 ts=4: