Remove duplicated include
[LibreOffice.git] / svx / CppunitTest_svx_unit.mk
blob95c76b2d0733a2cdd5455ecde25d33ef00e17da2
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,svx_unit))
12 $(eval $(call gb_CppunitTest_use_externals,svx_unit,\
13 boost_headers \
14 libxml2 \
17 $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
19 $(eval $(call gb_CppunitTest_set_include,svx_unit,\
20 -I$(SRCDIR)/svx/source/inc \
21 -I$(SRCDIR)/svx/inc \
22 $$(INCLUDE) \
25 $(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \
26 svx/qa/unit/svdraw/test_SdrTextObject \
27 svx/qa/unit/customshapes \
28 svx/qa/unit/classicshapes \
29 svx/qa/unit/gluepointTest \
30 svx/qa/unit/sdr \
31 svx/qa/unit/svdraw \
32 svx/qa/unit/table \
33 svx/qa/unit/unodraw \
34 svx/qa/unit/xoutdev \
35 svx/qa/unit/xml \
36 svx/qa/unit/XTableImportExportTest \
37 svx/qa/unit/ThemeTest \
40 $(eval $(call gb_CppunitTest_use_libraries,svx_unit, \
41 basegfx \
42 docmodel \
43 drawinglayer \
44 drawinglayercore \
45 editeng \
46 sal \
47 subsequenttest \
48 sfx \
49 svl \
50 svxcore \
51 svx \
52 tl \
53 unotest \
54 vcl \
55 utl \
56 comphelper \
57 cppuhelper \
58 cppu \
59 test \
60 unotest \
63 $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit))
64 $(eval $(call gb_CppunitTest_use_ure,svx_unit))
65 $(eval $(call gb_CppunitTest_use_vcl,svx_unit))
66 $(eval $(call gb_CppunitTest_use_rdb,svx_unit,services))
67 $(eval $(call gb_CppunitTest_use_configuration,svx_unit))
69 # vim: set noet sw=4 ts=4: