Update git submodules
[LibreOffice.git] / toolkit / CppunitTest_toolkit_a11y.mk
blob4b8c60b0a6e621700218302d8dfa76269c675f1c
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,toolkit_a11y))
12 $(eval $(call gb_CppunitTest_add_exception_objects,toolkit_a11y, \
13 toolkit/qa/cppunit/a11y/AccessibleStatusBarTest \
14 toolkit/qa/cppunit/a11y/XAccessibleComponentTester \
15 toolkit/qa/cppunit/a11y/XAccessibleContextTester \
16 toolkit/qa/cppunit/a11y/XAccessibleEventBroadcasterTester \
17 toolkit/qa/cppunit/a11y/XAccessibleExtendedComponentTester \
20 $(eval $(call gb_CppunitTest_use_libraries,toolkit_a11y, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 salhelper \
27 subsequenttest \
28 test \
29 tk \
30 tl \
31 unotest \
32 vcl \
35 $(eval $(call gb_CppunitTest_use_api,toolkit_a11y,\
36 offapi \
37 udkapi \
40 $(eval $(call gb_CppunitTest_use_externals,toolkit_a11y,\
41 boost_headers \
44 $(eval $(call gb_CppunitTest_use_sdk_api,toolkit_a11y))
46 $(eval $(call gb_CppunitTest_use_ure,toolkit_a11y))
48 $(eval $(call gb_CppunitTest_use_configuration,toolkit_a11y))
50 $(eval $(call gb_CppunitTest_use_vcl,toolkit_a11y))
52 $(eval $(call gb_CppunitTest_use_rdb,toolkit_a11y,services))
54 # vim: set noet sw=4 ts=4: