Remove duplicated include
[LibreOffice.git] / vcl / CppunitTest_vcl_animation.mk
blobe64d908fa83972a11bc80afef22e480c812c234b
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_animation))
12 $(eval $(call gb_CppunitTest_set_include,vcl_animation,\
13 -I$(SRCDIR)/vcl/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_animation, \
18 vcl/qa/cppunit/animationrenderer \
19 vcl/qa/cppunit/animation \
22 $(eval $(call gb_CppunitTest_use_libraries,vcl_animation, \
23 test \
24 tl \
25 unotest \
26 vcl \
29 $(eval $(call gb_CppunitTest_use_externals,vcl_animation, \
30 boost_headers \
33 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_animation))
35 $(eval $(call gb_CppunitTest_use_ure,vcl_animation))
36 $(eval $(call gb_CppunitTest_use_vcl,vcl_animation))
38 $(eval $(call gb_CppunitTest_use_components,vcl_animation,\
39 configmgr/source/configmgr \
40 i18npool/util/i18npool \
43 $(eval $(call gb_CppunitTest_use_configuration,vcl_animation))
45 # vim: set noet sw=4 ts=4: