sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / sd / CppunitTest_sd_shape_import_export_tests.mk
blob89d1f96ef3823135efa8d1127752a7ece23d8aab
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,sd_shape_import_export_tests))
14 $(eval $(call gb_CppunitTest_use_externals,sd_shape_import_export_tests,\
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,sd_shape_import_export_tests, \
20 sd/qa/unit/ShapeImportExportTest \
23 $(eval $(call gb_CppunitTest_set_include,sd_shape_import_export_tests,\
24 -I$(SRCDIR)/sd/inc \
25 -I$(SRCDIR)/sd/source/ui/inc \
26 -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
27 -I$(SRCDIR)/svx/source/inc \
28 -I$(SRCDIR)/svx/inc \
29 $$(INCLUDE) \
32 $(eval $(call gb_CppunitTest_use_libraries,sd_shape_import_export_tests, \
33 $(call gb_Helper_optional,AVMEDIA,avmedia) \
34 basegfx \
35 canvastools \
36 comphelper \
37 cppcanvas \
38 cppu \
39 cppuhelper \
40 drawinglayer \
41 editeng \
42 for \
43 forui \
44 i18nlangtag \
45 i18nutil \
46 msfilter \
47 oox \
48 sal \
49 salhelper \
50 sax \
51 sb \
52 sd \
53 sfx \
54 sot \
55 svl \
56 svt \
57 svx \
58 svxcore \
59 test \
60 tl \
61 tk \
62 ucbhelper \
63 unotest \
64 utl \
65 vcl \
66 xo \
69 $(eval $(call gb_CppunitTest_use_sdk_api,sd_shape_import_export_tests))
70 $(eval $(call gb_CppunitTest_use_ure,sd_shape_import_export_tests))
71 $(eval $(call gb_CppunitTest_use_vcl,sd_shape_import_export_tests))
72 $(eval $(call gb_CppunitTest_use_rdb,sd_shape_import_export_tests,services))
73 $(eval $(call gb_CppunitTest_use_configuration,sd_shape_import_export_tests))
74 # vim: set noet sw=4 ts=4: