Revert "lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor"
[LibreOffice.git] / vcl / CppunitTest_vcl_apitests.mk
blob83c618b0618419477d4c6fc9f3cbd4d4cfbedcbd
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,vcl_apitests))
12 $(eval $(call gb_CppunitTest_set_include,vcl_apitests,\
13 $$(INCLUDE) \
16 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_apitests, \
17 vcl/qa/api/XGraphicTest \
20 $(eval $(call gb_CppunitTest_use_externals,vcl_apitests,boost_headers))
22 $(eval $(call gb_CppunitTest_use_libraries,vcl_apitests, \
23 comphelper \
24 cppu \
25 cppuhelper \
26 sal \
27 svt \
28 test \
29 tl \
30 unotest \
31 vcl \
34 $(eval $(call gb_CppunitTest_use_api,vcl_apitests,\
35 offapi \
36 udkapi \
39 $(eval $(call gb_CppunitTest_use_ure,vcl_apitests))
40 $(eval $(call gb_CppunitTest_use_vcl,vcl_apitests))
41 $(eval $(call gb_CppunitTest_use_configuration,vcl_apitests))
43 $(eval $(call gb_CppunitTest_use_components,vcl_apitests,\
44 comphelper/util/comphelp \
45 configmgr/source/configmgr \
46 filter/source/config/cache/filterconfig1 \
47 filter/source/storagefilterdetect/storagefd \
48 i18npool/util/i18npool \
49 package/source/xstor/xstor \
50 package/util/package2 \
51 sfx2/util/sfx \
52 sot/util/sot \
53 svl/source/fsstor/fsstorage \
54 svtools/util/svt \
55 ucb/source/core/ucb1 \
56 ucb/source/ucp/file/ucpfile1 \
57 ucb/source/ucp/tdoc/ucptdoc1 \
58 unotools/util/utl \
59 uui/util/uui \
60 vcl/vcl.common \
64 # vim: set noet sw=4 ts=4: