LOK: re-factor async key & mouse event re-posting.
[LibreOffice.git] / sw / CppunitTest_sw_mailmerge.mk
bloba6b7611687afc24b7f66caa45bfdb8f62edfd5b3
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,sw_mailmerge))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge, \
13 sw/qa/extras/mailmerge/mailmerge \
16 $(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \
17 comphelper \
18 cppu \
19 cppuhelper \
20 sal \
21 sfx \
22 svl \
23 sw \
24 test \
25 tl \
26 unotest \
27 utl \
30 $(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \
31 boost_headers \
32 libxml2 \
35 $(eval $(call gb_CppunitTest_use_api,sw_mailmerge,\
36 udkapi \
37 offapi \
38 oovbaapi \
41 $(eval $(call gb_CppunitTest_use_rdb,sw_mailmerge,services))
43 $(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge))
44 $(eval $(call gb_CppunitTest_use_ure,sw_mailmerge))
45 $(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge))
47 $(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\
48 -I$(SRCDIR)/sw/inc \
49 -I$(SRCDIR)/sw/source/core/inc \
50 -I$(SRCDIR)/sw/qa/extras/inc \
51 -I$(SRCDIR)/sw/source/uibase/inc \
52 $$(INCLUDE) \
55 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge,\
56 modules/swriter \
59 # vim: set noet sw=4 ts=4: