summaryrefslogtreecommitdiff
path: root/svtools/UI_svt.mk
blob: 54d72a75665c1bc275da84f319d552c02b61d41e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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,svt))

$(eval $(call gb_UI_add_uifiles,svt,\
	svtools/uiconfig/ui/graphicexport \
	svtools/uiconfig/ui/placeedit \
	svtools/uiconfig/ui/printersetupdialog \
	svtools/uiconfig/ui/restartdialog \
	svtools/uiconfig/ui/GraphicExportOptionsDialog \
))

# vim: set noet sw=4 ts=4:
d>Caolán McNamara 2014-04-18tweak the other oneCaolán McNamara 2014-04-18wait until a bit later to run the import ssl testCaolán McNamara 2014-04-18add an import ssl testCaolán McNamara 2014-03-03pyuno: rename Executable_python_wrapper.mkMichael Stahl 2014-02-20Test for fdo#74824.Kevin Hunter 2014-02-20A rudimentary framework for additional Python tests not run by defaultStephan Bergmann 2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl 2013-09-09pyuno: this rc file seems to be unusedMatúš Kukan 2013-09-09pyuno: install python scripts using filelistsMatúš Kukan 2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann 2013-05-05copy pyuno files to instdirDavid Tardon 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-22replace python-core zip built in pyuno with direct use of PackageMichael Stahl 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2013-01-01just pass the define through -DDavid Tardon 2012-12-25Get rid of (most uses of) GUITor Lillqvist