fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / filter / CppunitTest_filter_priority.mk
blobe5046ac0e3a2bcf6542e76f37960540be1006202
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,filter_priority))
12 $(eval $(call gb_CppunitTest_use_sdk_api,filter_priority))
13 $(eval $(call gb_CppunitTest_use_ure,filter_priority))
15 $(eval $(call gb_CppunitTest_use_configuration,filter_priority))
17 $(eval $(call gb_CppunitTest_use_external,filter_priority,boost_headers))
19 $(eval $(call gb_CppunitTest_use_libraries,filter_priority, \
20 comphelper \
21 unotest \
22 cppuhelper \
23 cppu \
24 sal \
25 $(gb_UWINAPI) \
28 $(eval $(call gb_CppunitTest_use_components,filter_priority,\
29 configmgr/source/configmgr \
30 filter/source/config/cache/filterconfig1 \
31 framework/util/fwk \
32 framework/util/fwl \
33 i18npool/util/i18npool \
34 ucb/source/core/ucb1 \
35 ucb/source/ucp/file/ucpfile1 \
38 $(eval $(call gb_CppunitTest_add_exception_objects,filter_priority, \
39 filter/qa/cppunit/priority-test \
42 # vim: set noet sw=4 ts=4: