[en_GB] Added 13 autocorrect words
[LibreOffice.git] / desktop / CppunitTest_desktop_lib.mk
blob5caca176e5322c8e8a69c8c08c502cfeffdbbcea
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,desktop_lib))
14 $(eval $(call gb_CppunitTest_add_exception_objects,desktop_lib, \
15 desktop/qa/desktop_lib/test_desktop_lib \
18 $(eval $(call gb_CppunitTest_use_libraries,desktop_lib, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sc \
24 scfilt \
25 sfx \
26 sofficeapp \
27 subsequenttest \
28 sw \
29 test \
30 unotest \
31 utl \
32 tl \
33 vcl \
36 $(eval $(call gb_CppunitTest_use_externals,desktop_lib, \
37 boost_headers \
38 cairo \
41 $(eval $(call gb_CppunitTest_set_include,desktop_lib,\
42 -I$(SRCDIR)/desktop/inc \
43 $$(INCLUDE) \
46 $(eval $(call gb_CppunitTest_use_sdk_api,desktop_lib))
48 $(eval $(call gb_CppunitTest_use_ure,desktop_lib))
50 $(eval $(call gb_CppunitTest_use_vcl,desktop_lib))
52 $(eval $(call gb_CppunitTest_use_rdb,desktop_lib,services))
54 $(eval $(call gb_CppunitTest_use_configuration,desktop_lib))
56 $(eval $(call gb_CppunitTest_use_more_fonts,desktop_lib))
58 $(eval $(call gb_CppunitTest_use_packages,desktop_lib, \
59 scripting_scriptbindinglib \
60 wizards_basicshare \
61 wizards_basicsrvaccess2base \
62 wizards_basicsrvdepot \
63 wizards_basicsrveuro \
64 wizards_basicsrvform \
65 wizards_basicsrvgimmicks \
66 wizards_basicsrvimport \
67 wizards_basicsrvtemplate \
68 wizards_basicsrvtools \
71 $(eval $(call gb_CppunitTest_use_uiconfigs,desktop_lib, \
72 cui \
73 modules/swriter \
76 $(eval $(call gb_CppunitTest_use_packages,desktop_lib, \
77 postprocess_images \
80 # vim: set noet sw=4 ts=4: