Branch libreoffice-24-8-3
[LibreOffice.git] / vcl / CppunitTest_vcl_graphic_test.mk
blob33e818e23f056bdd6758faed0ee9882f97789817
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,vcl_graphic_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_graphic_test, \
13 vcl/qa/cppunit/GraphicTest \
14 vcl/qa/cppunit/GraphicMemoryTest \
15 vcl/qa/cppunit/GraphicDescriptorTest \
16 vcl/qa/cppunit/GraphicFormatDetectorTest \
17 vcl/qa/cppunit/GraphicNativeMetadataTest \
18 $(if $(filter PDFIUM,$(BUILD_TYPE)),vcl/qa/cppunit/VectorGraphicSearchTest) \
19 vcl/qa/cppunit/BinaryDataContainerTest \
22 $(eval $(call gb_CppunitTest_use_externals,vcl_graphic_test, \
23 boost_headers \
24 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
26 ifeq ($(TLS),NSS)
27 $(eval $(call gb_CppunitTest_use_externals,vcl_graphic_test,\
28 plc4 \
29 nss3 \
31 endif
33 $(eval $(call gb_CppunitTest_set_include,vcl_graphic_test,\
34 $$(INCLUDE) \
35 -I$(SRCDIR)/vcl/inc \
38 $(eval $(call gb_CppunitTest_use_libraries,vcl_graphic_test, \
39 comphelper \
40 cppu \
41 cppuhelper \
42 sal \
43 svt \
44 test \
45 tl \
46 unotest \
47 vcl \
48 utl \
51 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_graphic_test))
52 $(eval $(call gb_CppunitTest_use_ure,vcl_graphic_test))
53 $(eval $(call gb_CppunitTest_use_vcl,vcl_graphic_test))
54 $(eval $(call gb_CppunitTest_use_rdb,vcl_graphic_test,services))
55 $(eval $(call gb_CppunitTest_use_configuration,vcl_graphic_test))
57 # vim: set noet sw=4 ts=4: