summaryrefslogtreecommitdiffstats
path: root/fpicker/UIConfig_fps.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-16 10:27:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-16 10:41:27 +0000
commitae22d6388827958cfd89cd702b8c3c41ff9821e5 (patch)
tree01907f4a0a46162521688835bbbc847f68727e61 /fpicker/UIConfig_fps.mk
parentRe-enable building test-active.oxt (diff)
downloadcore-ae22d6388827958cfd89cd702b8c3c41ff9821e5.tar.gz
core-ae22d6388827958cfd89cd702b8c3c41ff9821e5.zip
convert query folder dialog to .ui
Change-Id: I844b45b4cc9834550d0d187dfdbc69686e512e5d
Diffstat (limited to 'fpicker/UIConfig_fps.mk')
-rw-r--r--fpicker/UIConfig_fps.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/fpicker/UIConfig_fps.mk b/fpicker/UIConfig_fps.mk
new file mode 100644
index 000000000000..c18b90c99534
--- /dev/null
+++ b/fpicker/UIConfig_fps.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_UIConfig_UIConfig,fps))
+
+$(eval $(call gb_UIConfig_add_uifiles,fps,\
+ fpicker/uiconfig/ui/foldernamedialog \
+))
+
+# vim: set noet sw=4 ts=4: