tdf#124990: DnD operation can be set to fail in dropComplete
[LibreOffice.git] / sw / CppunitTest_sw_ww8export3.mk
blob3ceb6178e6985a0f62d7134a4d406cf14219813a
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_ww8export3))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export3, \
15 sw/qa/extras/ww8export/ww8export3 \
18 $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export3, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 editeng \
23 emboleobj \
24 sal \
25 sfx \
26 test \
27 unotest \
28 utl \
29 sw \
30 tl \
33 $(eval $(call gb_CppunitTest_use_externals,sw_ww8export3,\
34 boost_headers \
35 libxml2 \
38 $(eval $(call gb_CppunitTest_set_include,sw_ww8export3,\
39 -I$(SRCDIR)/sw/inc \
40 -I$(SRCDIR)/sw/source/core/inc \
41 -I$(SRCDIR)/sw/qa/extras/inc \
42 $$(INCLUDE) \
45 $(eval $(call gb_CppunitTest_use_api,sw_ww8export3,\
46 udkapi \
47 offapi \
48 oovbaapi \
51 $(eval $(call gb_CppunitTest_use_ure,sw_ww8export3))
52 $(eval $(call gb_CppunitTest_use_vcl,sw_ww8export3))
54 $(eval $(call gb_CppunitTest_use_rdb,sw_ww8export3,services))
56 $(eval $(call gb_CppunitTest_use_configuration,sw_ww8export3))
58 # vim: set noet sw=4 ts=4: