office-gobmx/sw/UIConfig_qa.mk
Jan Holesovsky b9eaa64681 Tiled rendering: Finishing touch to the tiledrendering.ui.
Change-Id: I1fb7c2cfdf8ffd69f8a2b4e1aba195939424606b
2013-10-22 13:38:11 +02:00

16 lines
480 B
Makefile

# -*- 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,qa/sw))
$(eval $(call gb_UIConfig_add_uifiles,qa/sw,\
sw/qa/tiledrendering/tiledrendering \
))
# vim: set noet sw=4 ts=4: