bump product version to 5.0.4.1
[LibreOffice.git] / fpicker / Library_fps_office.mk
blobc109dce3a978a6bb53fdcea79e21ddfa438bb627
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,fps_office))
13 $(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office))
15 $(eval $(call gb_Library_use_external,fps_office,boost_headers))
17 $(eval $(call gb_Library_use_custom_headers,fps_office,\
18 officecfg/registry \
21 $(eval $(call gb_Library_use_sdk_api,fps_office))
23 $(eval $(call gb_Library_use_libraries,fps_office,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 salhelper \
29 svl \
30 svt \
31 tk \
32 tl \
33 ucbhelper \
34 utl \
35 vcl \
36 i18nlangtag \
37 $(gb_UWINAPI) \
40 $(eval $(call gb_Library_add_exception_objects,fps_office,\
41 fpicker/source/office/asyncfilepicker \
42 fpicker/source/office/commonpicker \
43 fpicker/source/office/fpinteraction \
44 fpicker/source/office/fpsmartcontent \
45 fpicker/source/office/fps_office \
46 fpicker/source/office/iodlg \
47 fpicker/source/office/iodlgimp \
48 fpicker/source/office/OfficeControlAccess \
49 fpicker/source/office/OfficeFilePicker \
50 fpicker/source/office/OfficeFolderPicker \
51 fpicker/source/office/PlacesListBox \
54 # vim: set noet sw=4 ts=4: