Bump Glade version to 3.38
[LibreOffice.git] / sc / CppunitTest_sc_uicalc.mk
blobe0df316fe3abd4e8d089fe1420bcd0ed83c67ed2
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 i18nlangtag \
23 sal \
24 sc \
25 sfx \
26 svl \
27 svl \
28 svx \
29 svxcore \
30 test \
31 tl \
32 unotest \
33 utl \
34 vcl \
37 $(eval $(call gb_CppunitTest_set_include,sc_uicalc,\
38 -I$(SRCDIR)/sc/source/ui/inc \
39 -I$(SRCDIR)/sc/inc \
40 $$(INCLUDE) \
43 $(eval $(call gb_CppunitTest_use_sdk_api,sc_uicalc))
45 $(eval $(call gb_CppunitTest_use_ure,sc_uicalc))
46 $(eval $(call gb_CppunitTest_use_vcl,sc_uicalc))
48 $(eval $(call gb_CppunitTest_use_rdb,sc_uicalc,services))
50 $(eval $(call gb_CppunitTest_use_configuration,sc_uicalc))
52 # vim: set noet sw=4 ts=4: