Bump version to 4.1-6
[LibreOffice.git] / filter / CppunitTest_filter_pict_test.mk
bloba3fabd1615a96d70f8725c0445047ec811d13f96
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/.
9 $(eval $(call gb_CppunitTest_CppunitTest,filter_pict_test))
11 $(eval $(call gb_CppunitTest_use_external,filter_pict_test,boost_headers))
13 $(eval $(call gb_CppunitTest_add_exception_objects,filter_pict_test, \
14 filter/qa/cppunit/filters-pict-test \
17 $(eval $(call gb_CppunitTest_use_libraries,filter_pict_test, \
18 ipt \
19 sal \
20 test \
21 tl \
22 unotest \
23 vcl \
24 $(gb_UWINAPI) \
27 $(eval $(call gb_CppunitTest_use_api,filter_pict_test,\
28 udkapi \
29 offapi \
32 $(eval $(call gb_CppunitTest_use_ure,filter_pict_test))
34 $(eval $(call gb_CppunitTest_use_components,filter_pict_test,\
35 configmgr/source/configmgr \
36 i18npool/util/i18npool \
39 $(eval $(call gb_CppunitTest_use_configuration,filter_pict_test))
41 # vim: set noet sw=4 ts=4: