summaryrefslogtreecommitdiffstats
path: root/vcl/UI_vcl.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-10 16:59:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:44 +0100
commit87b5cdd5ed13f5d05fe90b11b01e3832e5725b72 (patch)
tree3ce67b9dd7f1c9378a09b0d55bafb8d416f7d894 /vcl/UI_vcl.mk
parentadd a route to toggle off spinners from spinboxes (diff)
downloadcore-87b5cdd5ed13f5d05fe90b11b01e3832e5725b72.tar.gz
core-87b5cdd5ed13f5d05fe90b11b01e3832e5725b72.zip
convert writer, draw, impress, calc and starmath printer dialogs
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
Diffstat (limited to 'vcl/UI_vcl.mk')
-rw-r--r--vcl/UI_vcl.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcl/UI_vcl.mk b/vcl/UI_vcl.mk
new file mode 100644
index 000000000000..b39bb788e6ec
--- /dev/null
+++ b/vcl/UI_vcl.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UI_UI,vcl))
+
+$(eval $(call gb_UI_add_uifiles,vcl,\
+ vcl/uiconfig/ui/printdialog \
+))
+
+# vim: set noet sw=4 ts=4: