tdf#124162: Crash when trying to accept changes
[LibreOffice.git] / filter / CppunitTest_filter_pict_test.mk
blob431166e6e3cd473db96c09a3fa548d451fccc49f
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 cppu \
22 comphelper \
23 basegfx \
24 sal \
25 salhelper \
26 test \
27 tk \
28 tl \
29 utl \
30 unotest \
31 vcl \
34 $(eval $(call gb_CppunitTest_use_library_objects,filter_pict_test, \
35 gie \
38 $(eval $(call gb_CppunitTest_use_sdk_api,filter_pict_test))
40 $(eval $(call gb_CppunitTest_use_ure,filter_pict_test))
41 $(eval $(call gb_CppunitTest_use_vcl,filter_pict_test))
43 $(eval $(call gb_CppunitTest_use_components,filter_pict_test,\
44 configmgr/source/configmgr \
45 i18npool/util/i18npool \
48 $(eval $(call gb_CppunitTest_use_configuration,filter_pict_test))
50 # vim: set noet sw=4 ts=4: