bump product version to 5.0.4.1
[LibreOffice.git] / uui / Library_uui.mk
blobc1054aa47a812876d0a9901ce0ac453762f30da9
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,uui))
12 $(eval $(call gb_Library_set_componentfile,uui,uui/util/uui))
14 $(eval $(call gb_Library_use_external,uui,boost_headers))
16 $(eval $(call gb_Library_use_custom_headers,uui,\
17 officecfg/registry \
20 $(eval $(call gb_Library_set_precompiled_header,uui,$(SRCDIR)/uui/inc/pch/precompiled_uui))
22 $(eval $(call gb_Library_use_sdk_api,uui))
24 $(eval $(call gb_Library_use_libraries,uui,\
25 comphelper \
26 cppu \
27 cppuhelper \
28 sal \
29 i18nlangtag \
30 svl \
31 svt \
32 tk \
33 tl \
34 utl \
35 vcl \
36 $(gb_UWINAPI) \
39 $(eval $(call gb_Library_add_exception_objects,uui,\
40 uui/source/alreadyopen \
41 uui/source/authfallbackdlg \
42 uui/source/filechanged \
43 uui/source/fltdlg \
44 uui/source/iahndl \
45 uui/source/iahndl-authentication \
46 uui/source/iahndl-errorhandler \
47 uui/source/iahndl-filter \
48 uui/source/iahndl-ioexceptions \
49 uui/source/iahndl-locking \
50 uui/source/iahndl-ssl \
51 uui/source/interactionhandler \
52 uui/source/lockfailed \
53 uui/source/logindlg \
54 uui/source/masterpasscrtdlg \
55 uui/source/masterpassworddlg \
56 uui/source/nameclashdlg \
57 uui/source/openlocked \
58 uui/source/passwordcontainer \
59 uui/source/passworddlg \
60 uui/source/requeststringresolver \
61 uui/source/secmacrowarnings \
62 uui/source/services \
63 uui/source/sslwarndlg \
64 uui/source/trylater \
65 uui/source/unknownauthdlg \
68 # vim: set noet sw=4 ts=4: