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
,vcl
))
12 $(eval
$(call gb_UIConfig_add_uifiles
,vcl
,\
13 vcl
/uiconfig
/ui
/aboutbox \
14 vcl
/uiconfig
/ui
/combobox \
15 vcl
/uiconfig
/ui
/cupspassworddialog \
16 vcl
/uiconfig
/ui
/dockingwindow \
17 vcl
/uiconfig
/ui
/editmenu \
18 vcl
/uiconfig
/ui
/errornocontentdialog \
19 vcl
/uiconfig
/ui
/errornoprinterdialog \
20 vcl
/uiconfig
/ui
/interimdockparent \
21 vcl
/uiconfig
/ui
/interimtearableparent \
22 vcl
/uiconfig
/ui
/menutogglebutton3 \
23 vcl
/uiconfig
/ui
/menutogglebutton4 \
24 vcl
/uiconfig
/ui
/printdialog \
25 vcl
/uiconfig
/ui
/printerdevicepage \
26 vcl
/uiconfig
/ui
/printerpaperpage \
27 vcl
/uiconfig
/ui
/printerpropertiesdialog \
28 vcl
/uiconfig
/ui
/printprogressdialog \
29 vcl
/uiconfig
/ui
/querydialog \
30 vcl
/uiconfig
/ui
/screenshotparent \
31 vcl
/uiconfig
/ui
/wizard \
34 $(eval
$(call gb_UIConfig_add_a11yerrors_uifiles
,vcl
,\
35 vcl
/qa
/cppunit
/builder
/demo \
38 # vim: set noet sw=4 ts=4: