summaryrefslogtreecommitdiff
path: root/sw/UI_swriter.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-04 14:37:55 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:33 +0100
commitbfd20bfb3a0344cca10034674a822530ccb950f9 (patch)
tree3dab3b68acf2c00bdcb419fbe8e425c974c2c80c /sw/UI_swriter.mk
parent481e627aea2fa41ac433adbb7a9a77b6bf7b9200 (diff)
use UI gbuild class to package .ui files in sw
Change-Id: I3c6a8d3cbd9fad20506c1deb34d7a65c4fa76bc6
Diffstat (limited to 'sw/UI_swriter.mk')
-rw-r--r--sw/UI_swriter.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UI_swriter.mk b/sw/UI_swriter.mk
new file mode 100644
index 000000000000..f1419ebb1ea1
--- /dev/null
+++ b/sw/UI_swriter.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,modules/swriter))
+
+$(eval $(call gb_UI_add_uifiles,modules/swriter,\
+ sw/uiconfig/swriter/ui/titlepage \
+))
+
+# vim: set noet sw=4 ts=4: