Files
core/reportdesign/Module_reportdesign.mk
Michael Weghorn a804198424 reportdesign: Merge Library_rptxml into Library_rpt
This will allow creating instances of the C++ classes
involved in XML export directly from rpt instead
of going via the UNO service constructors/abstraction
to do so (currently in OReportDefinition::WriteThroughComponent).

Writer also doesn't split the core model and XML export logic
in into separate libraries (see sw/Library_sw.mk).

rpt pch was updated using this command:

    ./bin/update_pch reportdesign rpt --cutoff=9 --exclude:system --include:module --include:local

Change-Id: I40a0fbe4bb3ef679b2255f891e8a6b67d442fd5b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187910
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2025-07-16 07:47:24 +02:00

34 lines
904 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_Module_Module,reportdesign))
$(eval $(call gb_Module_add_targets,reportdesign,\
Library_rpt \
Library_rptui \
UIConfig_dbreport \
))
$(eval $(call gb_Module_add_l10n_targets,reportdesign,\
AllLangMoTarget_rpt \
))
# deactivated since sb123;
# apparently fails because OOo does not find JVM?
#$(eval $(call gb_Module_add_subsequentcheck_targets,reportdesign,\
JunitTest_reportdesign_complex \
))
# screenshots
$(eval $(call gb_Module_add_screenshot_targets,reportdesign,\
CppunitTest_reportdesign_dialogs_test \
))
# vim: set noet sw=4 ts=4: