tdf#125800: accessing cond format props in UNO throws error
[LibreOffice.git] / sdext / Library_PresenterScreen.mk
blob9ffeb9657b1602fff4ef6c8dd3edfc11d06ac3f2
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_set_precompiled_header,PresenterScreen,$(SRCDIR)/sdext/inc/pch/precompiled_PresenterScreen))
16 $(eval $(call gb_Library_use_externals,PresenterScreen,\
17 boost_headers \
20 $(eval $(call gb_Library_use_sdk_api,PresenterScreen))
22 $(eval $(call gb_Library_use_libraries,PresenterScreen,\
23 cppu \
24 cppuhelper \
25 sal \
26 tl \
27 vcl \
30 $(eval $(call gb_Library_add_exception_objects,PresenterScreen,\
31 sdext/source/presenter/PresenterAccessibility \
32 sdext/source/presenter/PresenterBitmapContainer \
33 sdext/source/presenter/PresenterButton \
34 sdext/source/presenter/PresenterCanvasHelper \
35 sdext/source/presenter/PresenterComponent \
36 sdext/source/presenter/PresenterConfigurationAccess \
37 sdext/source/presenter/PresenterController \
38 sdext/source/presenter/PresenterCurrentSlideObserver \
39 sdext/source/presenter/PresenterFrameworkObserver \
40 sdext/source/presenter/PresenterGeometryHelper \
41 sdext/source/presenter/PresenterHelpView \
42 sdext/source/presenter/PresenterHelper \
43 sdext/source/presenter/PresenterNotesView \
44 sdext/source/presenter/PresenterPaintManager \
45 sdext/source/presenter/PresenterPane \
46 sdext/source/presenter/PresenterPaneBase \
47 sdext/source/presenter/PresenterPaneBorderPainter \
48 sdext/source/presenter/PresenterPaneContainer \
49 sdext/source/presenter/PresenterPaneFactory \
50 sdext/source/presenter/PresenterProtocolHandler \
51 sdext/source/presenter/PresenterScreen \
52 sdext/source/presenter/PresenterScrollBar \
53 sdext/source/presenter/PresenterSlidePreview \
54 sdext/source/presenter/PresenterSlideShowView \
55 sdext/source/presenter/PresenterSlideSorter \
56 sdext/source/presenter/PresenterSprite \
57 sdext/source/presenter/PresenterSpritePane \
58 sdext/source/presenter/PresenterTextView \
59 sdext/source/presenter/PresenterTheme \
60 sdext/source/presenter/PresenterTimer \
61 sdext/source/presenter/PresenterToolBar \
62 sdext/source/presenter/PresenterUIPainter \
63 sdext/source/presenter/PresenterViewFactory \
64 sdext/source/presenter/PresenterWindowManager \
67 # vim:set noet sw=4 ts=4: