bump product version to 4.1.6.2
[LibreOffice.git] / sdext / Library_PresenterScreen.mk
blob56e0498bcb53f1810ee74868b8f12e85a81b28ff
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_Library_Library,PresenterScreen))
12 $(eval $(call gb_Library_set_componentfile,PresenterScreen,sdext/source/presenter/presenter))
14 $(eval $(call gb_Library_use_externals,PresenterScreen,\
15 boost_headers \
18 $(eval $(call gb_Library_use_sdk_api,PresenterScreen))
20 $(eval $(call gb_Library_use_libraries,PresenterScreen,\
21 cppu \
22 cppuhelper \
23 sal \
24 vcl \
27 $(eval $(call gb_Library_add_exception_objects,PresenterScreen,\
28 sdext/source/presenter/PresenterAccessibility \
29 sdext/source/presenter/PresenterBitmapContainer \
30 sdext/source/presenter/PresenterButton \
31 sdext/source/presenter/PresenterCanvasHelper \
32 sdext/source/presenter/PresenterComponent \
33 sdext/source/presenter/PresenterConfigurationAccess \
34 sdext/source/presenter/PresenterController \
35 sdext/source/presenter/PresenterCurrentSlideObserver \
36 sdext/source/presenter/PresenterFrameworkObserver \
37 sdext/source/presenter/PresenterGeometryHelper \
38 sdext/source/presenter/PresenterHelpView \
39 sdext/source/presenter/PresenterHelper \
40 sdext/source/presenter/PresenterNotesView \
41 sdext/source/presenter/PresenterPaintManager \
42 sdext/source/presenter/PresenterPane \
43 sdext/source/presenter/PresenterPaneBase \
44 sdext/source/presenter/PresenterPaneBorderManager \
45 sdext/source/presenter/PresenterPaneBorderPainter \
46 sdext/source/presenter/PresenterPaneContainer \
47 sdext/source/presenter/PresenterPaneFactory \
48 sdext/source/presenter/PresenterProtocolHandler \
49 sdext/source/presenter/PresenterScreen \
50 sdext/source/presenter/PresenterScrollBar \
51 sdext/source/presenter/PresenterSlidePreview \
52 sdext/source/presenter/PresenterSlideShowView \
53 sdext/source/presenter/PresenterSlideSorter \
54 sdext/source/presenter/PresenterSprite \
55 sdext/source/presenter/PresenterSpritePane \
56 sdext/source/presenter/PresenterTextView \
57 sdext/source/presenter/PresenterTheme \
58 sdext/source/presenter/PresenterTimer \
59 sdext/source/presenter/PresenterToolBar \
60 sdext/source/presenter/PresenterUIPainter \
61 sdext/source/presenter/PresenterViewFactory \
62 sdext/source/presenter/PresenterWindowManager \
65 # vim:set noet sw=4 ts=4: