bump product version to 7.2.5.1
[LibreOffice.git] / sc / CppunitTest_sc_uicalc.mk
blob82bfb875b05e9a632cf147681d7a0ffc16e12ad0
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,sc_uicalc))
12 $(eval $(call gb_CppunitTest_use_external,sc_uicalc,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_uicalc, \
15 sc/qa/unit/uicalc/uicalc \
18 $(eval $(call gb_CppunitTest_use_libraries,sc_uicalc, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 sc \
24 sfx \
25 svx \
26 svxcore \
27 test \
28 tl \
29 unotest \
30 utl \
31 vcl \
34 $(eval $(call gb_CppunitTest_set_include,sc_uicalc,\
35 -I$(SRCDIR)/sc/source/ui/inc \
36 -I$(SRCDIR)/sc/inc \
37 $$(INCLUDE) \
40 $(eval $(call gb_CppunitTest_use_sdk_api,sc_uicalc))
42 $(eval $(call gb_CppunitTest_use_ure,sc_uicalc))
43 $(eval $(call gb_CppunitTest_use_vcl,sc_uicalc))
45 $(eval $(call gb_CppunitTest_use_rdb,sc_uicalc,services))
47 $(eval $(call gb_CppunitTest_use_configuration,sc_uicalc))
49 # vim: set noet sw=4 ts=4: