Breeze: Add Save All & Save a Copy icons
[LibreOffice.git] / vcl / CppunitTest_vcl_backend_test.mk
blob5a886224034abcf0efcea52130bdc1e4ad7b4ba7
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\
37 $(eval $(call gb_CppunitTest_set_include,vcl_backend_test,\
38 $$(INCLUDE) \
39 -I$(SRCDIR)/vcl/inc \
42 $(eval $(call gb_CppunitTest_use_components,vcl_backend_test,\
43 configmgr/source/configmgr \
44 i18npool/util/i18npool \
45 ucb/source/core/ucb1 \
48 $(eval $(call gb_CppunitTest_use_configuration,vcl_backend_test))
50 # vim: set noet sw=4 ts=4: