vcl: no raw pointers
[LibreOffice.git] / svtools / CppunitTest_svtools_graphic.mk
blob287e10e95b81f18d4006c397535e4eb4dbcc72a7
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,svtools_graphic))
12 $(eval $(call gb_CppunitTest_use_externals,svtools_graphic,\
13 boost_headers \
16 $(eval $(call gb_CppunitTest_use_api,svtools_graphic,\
17 udkapi \
18 offapi \
19 oovbaapi \
22 $(eval $(call gb_CppunitTest_use_ure,svtools_graphic))
24 $(eval $(call gb_CppunitTest_use_vcl,svtools_graphic))
26 $(eval $(call gb_CppunitTest_use_libraries,svtools_graphic, \
27 comphelper \
28 cppu \
29 cppuhelper \
30 tl \
31 sal \
32 svt \
33 sw \
34 test \
35 unotest \
36 vcl \
39 $(eval $(call gb_CppunitTest_set_include,svtools_graphic,\
40 -I$(SRCDIR)/sw/inc \
41 $$(INCLUDE) \
44 $(eval $(call gb_CppunitTest_use_custom_headers,svtools_graphic,\
45 officecfg/registry \
48 $(eval $(call gb_CppunitTest_use_configuration,svtools_graphic))
50 $(eval $(call gb_CppunitTest_use_rdb,svtools_graphic,services))
52 $(eval $(call gb_CppunitTest_add_exception_objects,svtools_graphic, \
53 svtools/qa/unit/GraphicObjectTest \
56 # vim: set noet sw=4 ts=4: