Bump for 4.0-15
[LibreOffice.git] / basic / CppunitTest_basic_nested_struct.mk
blob268f29a43b1c123c270f6275f71185609e430eba
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,basic_nested_struct))
12 $(eval $(call gb_CppunitTest_add_exception_objects,basic_nested_struct, \
13 basic/qa/cppunit/test_nested_struct \
16 # add a list of all needed libraries here
17 $(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 salhelper \
23 sb \
24 sot \
25 svl \
26 svt \
27 tl \
28 utl \
29 vcl \
30 xmlscript \
31 test \
32 $(gb_UWINAPI) \
35 ifeq ($(GUI),WNT)
36 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_nested_struct, \
37 oleaut32 \
39 endif
41 $(eval $(call gb_CppunitTest_set_include,basic_nested_struct,\
42 -I$(SRCDIR)/basic/source/inc \
43 -I$(SRCDIR)/basic/inc \
44 $$(INCLUDE) \
47 $(eval $(call gb_CppunitTest_use_api,basic_nested_struct,\
48 offapi \
49 udkapi \
52 $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct))
54 $(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\
55 configmgr/source/configmgr \
56 i18npool/util/i18npool \
58 $(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct))
60 # vim: set noet sw=4 ts=4: