Bump version to 5.0-14
[LibreOffice.git] / filter / CppunitTest_filter_pict_test.mk
blob67227125d81146f1a9ef004f6045431895cd28de
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_externals,filter_pict_test,\
12 boost_headers \
13 libxml2 \
16 $(eval $(call gb_CppunitTest_add_exception_objects,filter_pict_test, \
17 filter/qa/cppunit/filters-pict-test \
20 $(eval $(call gb_CppunitTest_use_libraries,filter_pict_test, \
21 basegfx \
22 sal \
23 test \
24 tl \
25 unotest \
26 vcl \
27 $(gb_UWINAPI) \
30 $(eval $(call gb_CppunitTest_use_library_objects,filter_pict_test, \
31 ipt \
34 $(eval $(call gb_CppunitTest_use_api,filter_pict_test,\
35 udkapi \
36 offapi \
39 $(eval $(call gb_CppunitTest_use_ure,filter_pict_test))
40 $(eval $(call gb_CppunitTest_use_vcl,filter_pict_test))
42 $(eval $(call gb_CppunitTest_use_components,filter_pict_test,\
43 configmgr/source/configmgr \
44 i18npool/util/i18npool \
47 $(eval $(call gb_CppunitTest_use_configuration,filter_pict_test))
49 # vim: set noet sw=4 ts=4: