sc: copy cache values when clone color conditional format
[LibreOffice.git] / vcl / CppunitTest_vcl_backend_test.mk
blob53338c3490a6272d60728f00b8caa25523f39b13
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_backend_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_backend_test, \
13 vcl/qa/cppunit/BackendTest \
16 $(eval $(call gb_CppunitTest_use_libraries,vcl_backend_test, \
17 basegfx \
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 svt \
23 test \
24 tl \
25 unotest \
26 vcl \
29 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_backend_test))
30 $(eval $(call gb_CppunitTest_use_ure,vcl_backend_test))
31 $(eval $(call gb_CppunitTest_use_vcl,vcl_backend_test))
33 $(eval $(call gb_CppunitTest_use_externals,vcl_backend_test,\
34 boost_headers\
35 harfbuzz \
38 $(eval $(call gb_CppunitTest_set_include,vcl_backend_test,\
39 $$(INCLUDE) \
40 -I$(SRCDIR)/vcl/inc \
43 $(eval $(call gb_CppunitTest_use_components,vcl_backend_test,\
44 configmgr/source/configmgr \
45 i18npool/util/i18npool \
46 ucb/source/core/ucb1 \
49 $(eval $(call gb_CppunitTest_use_configuration,vcl_backend_test))
51 # vim: set noet sw=4 ts=4: