add some protocols that don't make sense as floating frame targets
[LibreOffice.git] / vcl / CppunitTest_vcl_graphic_test.mk
blob6089512f5b5bfe113dd5951b66a65fc0f9d5b027
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/GraphicDescriptorTest \
15 vcl/qa/cppunit/GraphicFormatDetectorTest \
16 vcl/qa/cppunit/GraphicNativeMetadataTest \
17 $(if $(filter PDFIUM,$(BUILD_TYPE)),vcl/qa/cppunit/VectorGraphicSearchTest) \
18 vcl/qa/cppunit/BinaryDataContainerTest \
21 $(eval $(call gb_CppunitTest_use_externals,vcl_graphic_test, \
22 boost_headers \
23 $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
25 ifeq ($(TLS),NSS)
26 $(eval $(call gb_CppunitTest_use_externals,vcl_graphic_test,\
27 plc4 \
28 nss3 \
30 endif
32 $(eval $(call gb_CppunitTest_set_include,vcl_graphic_test,\
33 $$(INCLUDE) \
34 -I$(SRCDIR)/vcl/inc \
37 $(eval $(call gb_CppunitTest_use_libraries,vcl_graphic_test, \
38 comphelper \
39 cppu \
40 cppuhelper \
41 sal \
42 svt \
43 test \
44 tl \
45 unotest \
46 vcl \
47 utl \
50 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_graphic_test))
51 $(eval $(call gb_CppunitTest_use_ure,vcl_graphic_test))
52 $(eval $(call gb_CppunitTest_use_vcl,vcl_graphic_test))
53 $(eval $(call gb_CppunitTest_use_rdb,vcl_graphic_test,services))
54 $(eval $(call gb_CppunitTest_use_configuration,vcl_graphic_test))
56 # vim: set noet sw=4 ts=4: