Fix curl proxy access for non-authenticated proxy
[LibreOffice.git] / sdext / Library_PresenterScreen.mk
blob6a2d0af4ca1edef873e7f554a26adbf4ffbad059
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,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/PresenterConfigurationAccess \
36 sdext/source/presenter/PresenterController \
37 sdext/source/presenter/PresenterCurrentSlideObserver \
38 sdext/source/presenter/PresenterFrameworkObserver \
39 sdext/source/presenter/PresenterGeometryHelper \
40 sdext/source/presenter/PresenterHelpView \
41 sdext/source/presenter/PresenterHelper \
42 sdext/source/presenter/PresenterNotesView \
43 sdext/source/presenter/PresenterPaintManager \
44 sdext/source/presenter/PresenterPane \
45 sdext/source/presenter/PresenterPaneBase \
46 sdext/source/presenter/PresenterPaneBorderPainter \
47 sdext/source/presenter/PresenterPaneContainer \
48 sdext/source/presenter/PresenterPaneFactory \
49 sdext/source/presenter/PresenterProtocolHandler \
50 sdext/source/presenter/PresenterScreen \
51 sdext/source/presenter/PresenterScrollBar \
52 sdext/source/presenter/PresenterSlidePreview \
53 sdext/source/presenter/PresenterSlideShowView \
54 sdext/source/presenter/PresenterSlideSorter \
55 sdext/source/presenter/PresenterSprite \
56 sdext/source/presenter/PresenterSpritePane \
57 sdext/source/presenter/PresenterTextView \
58 sdext/source/presenter/PresenterTheme \
59 sdext/source/presenter/PresenterTimer \
60 sdext/source/presenter/PresenterToolBar \
61 sdext/source/presenter/PresenterUIPainter \
62 sdext/source/presenter/PresenterViewFactory \
63 sdext/source/presenter/PresenterWindowManager \
66 # vim:set noet sw=4 ts=4: