add "m" prefix to member variables - SfxTabPage
[LibreOffice.git] / sw / CppunitTest_sw_uibase_uiview.mk
blob867ea19219b493c671ea8cca19d2a69fd9c55a33
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sw_uibase_uiview))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uibase_uiview))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sw_uibase_uiview, \
17 sw/qa/uibase/uiview/uiview \
20 $(eval $(call gb_CppunitTest_use_libraries,sw_uibase_uiview, \
21 comphelper \
22 cppu \
23 cppuhelper \
24 sal \
25 sfx \
26 subsequenttest \
27 svxcore \
28 sw \
29 swqahelper \
30 test \
31 unotest \
32 utl \
33 vcl \
34 svt \
35 tl \
36 svl \
39 $(eval $(call gb_CppunitTest_use_externals,sw_uibase_uiview,\
40 boost_headers \
41 libxml2 \
44 $(eval $(call gb_CppunitTest_set_include,sw_uibase_uiview,\
45 -I$(SRCDIR)/sw/inc \
46 -I$(SRCDIR)/sw/source/core/inc \
47 -I$(SRCDIR)/sw/source/uibase/inc \
48 -I$(SRCDIR)/sw/qa/inc \
49 $$(INCLUDE) \
52 $(eval $(call gb_CppunitTest_use_api,sw_uibase_uiview,\
53 udkapi \
54 offapi \
55 oovbaapi \
58 $(eval $(call gb_CppunitTest_use_ure,sw_uibase_uiview))
59 $(eval $(call gb_CppunitTest_use_vcl,sw_uibase_uiview))
61 $(eval $(call gb_CppunitTest_use_rdb,sw_uibase_uiview,services))
63 $(eval $(call gb_CppunitTest_use_custom_headers,sw_uibase_uiview,\
64 officecfg/registry \
67 $(eval $(call gb_CppunitTest_use_instdir_configuration,sw_uibase_uiview))
68 $(eval $(call gb_CppunitTest_use_common_configuration,sw_uibase_uiview))
70 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_uiview, \
71 modules/swriter \
74 $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_uiview))
76 # vim: set noet sw=4 ts=4: