summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_skia.mk
blob: 094bba75fafa87855336b4a2a9fcba8cabb7d871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************

$(eval $(call gb_CppunitTest_CppunitTest,vcl_skia))

$(eval $(call gb_CppunitTest_add_exception_objects,vcl_skia, \
	vcl/qa/cppunit/skia/skia \
))

$(eval $(call gb_CppunitTest_set_include,vcl_skia,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_CppunitTest_use_libraries,vcl_skia, \
	basegfx \
	comphelper \
	cppu \
	cppuhelper \
	sal \
	sfx \
	subsequenttest \
	test \
	tl \
	unotest \
	vcl \
))

$(eval $(call gb_CppunitTest_use_externals,vcl_skia, \
	boost_headers \
	$(if $(filter SKIA,$(BUILD_TYPE)),skia) \
))

$(eval $(call gb_CppunitTest_use_sdk_api,vcl_skia))

$(eval $(call gb_CppunitTest_use_ure,vcl_skia))
$(eval $(call gb_CppunitTest_use_vcl_non_headless,vcl_skia))

$(eval $(call gb_CppunitTest_use_rdb,vcl_skia,services))

$(eval $(call gb_CppunitTest_use_configuration,vcl_skia))

# vim: set noet sw=4 ts=4:
title='2024-01-22 13:46:45 +0100'>2024-01-22use portable "command -v" to detect installed programs, part 1Eli Schwartz 2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl 2023-11-15avoid double map lookupNoel Grandin 2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann 2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann 2023-10-12Make NC_ constexpr-friendlyStephan Bergmann 2023-09-22tdf#143148: Use pragma once instead of include guardsMihai Vasiliu 2023-09-18Use less boost external headers dependency in shellGabor Kelemen 2023-04-30Use getXWeak in shellMike Kaganski 2023-04-25Add script to find unused using declarationsGabor Kelemen 2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen 2023-04-17Normalize line endingsMike Kaganski 2023-04-11loplugin:stringaddStephan Bergmann 2023-01-27Remove support for AIXStephan Bergmann 2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann 2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski 2022-10-10tdf#151314 add Betterbird to Thunderbird-like mail clients in senddoc.shMartin Schumann 2022-09-29split utl::TempFile into fast and named variantsNoel Grandin