tdf#151548 vba FormFields: Add basic word::XCheckBox support
[LibreOffice.git] / lotuswordpro / CppunitTest_lotuswordpro_import_test.mk
blob6cd6c619bc66671c09c893cacfb11b0e19832b39
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 subsequenttest \
24 test \
25 tl \
26 unotest \
27 utl \
28 vcl \
31 $(eval $(call gb_CppunitTest_use_sdk_api,lotuswordpro_import_test))
33 $(eval $(call gb_CppunitTest_use_ure,lotuswordpro_import_test))
34 $(eval $(call gb_CppunitTest_use_vcl,lotuswordpro_import_test))
36 $(eval $(call gb_CppunitTest_use_rdb,lotuswordpro_import_test,services))
38 $(eval $(call gb_CppunitTest_use_configuration,lotuswordpro_import_test))
40 # vim: set noet sw=4 ts=4: