diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-03 11:08:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-05 10:36:28 +0000 |
commit | be968802f265394b42db9a02d9ed961394aa4663 (patch) | |
tree | 1029291fd321f8b87c035bafed9b57c244fb5dc9 /basctl/UI_basicide.mk | |
parent | bce042ca83c7cb5cc3e3bdc07c50b60e6a1ed659 (diff) |
convert basic dialog to .ui
Change-Id: I1ed45e5990aca4be8b499fe300d7d43fda16bd6a
Diffstat (limited to 'basctl/UI_basicide.mk')
-rw-r--r-- | basctl/UI_basicide.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/basctl/UI_basicide.mk b/basctl/UI_basicide.mk new file mode 100644 index 000000000000..a808d92155d8 --- /dev/null +++ b/basctl/UI_basicide.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/BasicIDE)) + +$(eval $(call gb_UI_add_uifiles,modules/BasicIDE,\ + basctl/uiconfig/basicide/ui/basicmacrodialog \ +)) + +# vim: set noet sw=4 ts=4: |