[en_GB] Added 13 autocorrect words
[LibreOffice.git] / lotuswordpro / CppunitTest_lotuswordpro_import_test.mk
blob315fea09a04dbc632d09fa2ee19b2b7f42be977b
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,lotuswordpro_import_test))
12 $(eval $(call gb_CppunitTest_use_external,lotuswordpro_import_test,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,lotuswordpro_import_test, \
15 lotuswordpro/qa/cppunit/import_test \
18 $(eval $(call gb_CppunitTest_use_libraries,lotuswordpro_import_test, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 test \
24 tl \
25 unotest \
26 vcl \
29 $(eval $(call gb_CppunitTest_use_sdk_api,lotuswordpro_import_test))
31 $(eval $(call gb_CppunitTest_use_ure,lotuswordpro_import_test))
32 $(eval $(call gb_CppunitTest_use_vcl,lotuswordpro_import_test))
34 $(eval $(call gb_CppunitTest_use_rdb,lotuswordpro_import_test,services))
36 $(eval $(call gb_CppunitTest_use_configuration,lotuswordpro_import_test))
38 # vim: set noet sw=4 ts=4: