cURL: follow redirects
[LibreOffice.git] / dbaccess / UIConfig_dbapp.mk
blob1dbab2a480a9000e1814e7ac5445c9fbbeaeff0d
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_UIConfig_UIConfig,modules/dbapp))
12 $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbapp,\
13 dbaccess/uiconfig/dbapp/menubar/menubar \
16 $(eval $(call gb_UIConfig_add_popupmenufiles,modules/dbapp,\
17 dbaccess/uiconfig/dbapp/popupmenu/edit \
18 dbaccess/uiconfig/dbapp/popupmenu/new \
21 $(eval $(call gb_UIConfig_add_statusbarfiles,modules/dbapp,\
22 dbaccess/uiconfig/dbapp/statusbar/statusbar \
25 $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbapp,\
26 dbaccess/uiconfig/dbapp/toolbar/formobjectbar \
27 dbaccess/uiconfig/dbapp/toolbar/queryobjectbar \
28 dbaccess/uiconfig/dbapp/toolbar/reportobjectbar \
29 dbaccess/uiconfig/dbapp/toolbar/tableobjectbar \
30 dbaccess/uiconfig/dbapp/toolbar/toolbar \
33 # vim: set noet sw=4 ts=4: