Rivendellaudio/rdlogmanager/rdlogmanager.pro
Deltec Enterprises 4a3106c8dc
Master (#6)
* Fixed bug where wrong ID was used for local maintenance

* Updated ChangeLog

* Added ability to run macros from cart list with "Run Macro" button

* Updated ChangeLog

* Updated translations

* 2018-10-18 Fred Gleason <fredg@paravelsystems.com>
	* Tweaked the position of buttons on the bottom row of the main
	screen of rdlibrary(1).
	* Changed the minimum size of the main screen of rdlibrary to
	850x600.

* 2018-10-18 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a regression in rdmaint(8) that broke cut rehashing.

* 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
	* Added code in the %post and %preun rules in 'rivendell.spec.in'
	to enable and disable the 'rivendell' service.

* 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
	* Modified rdservice(8) to log errors to syslog.
	* Added an rdservice(8) man page.
	* Modified 'systemd/rivendell.service.in' to enable automatic
	start retries.

* 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a typo that broke generation of the rmlsend(1) man page.

* 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
	* Removed 'build_win32.bat'.
	* Removed all conditional compilation based on 'WIN32'.

* 2018-10-19 Fred Gleason <fredg@paravelsystems.com>
	* Removed check for Win32 installer from 'configure.ac'.
	* Removed win32 clauses from '.pro' files.
2018-10-19 16:52:56 -07:00

86 lines
2.4 KiB
Prolog

# rdlogmanager.pro
#
# The rdlogmanager/ QMake project file for Rivendell
#
# (C) Copyright 2003-2018 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Maintainer's Note
#
# We don't use Qt's 'Qmake' build system, so the entries in here are
# purely for the sake of i18n support.
#
SOURCES += add_clock.cpp
SOURCES += add_event.cpp
SOURCES += clock_listview.cpp
SOURCES += commandline_ops.cpp
SOURCES += edit_clock.cpp
SOURCES += edit_event.cpp
SOURCES += edit_eventline.cpp
SOURCES += edit_grid.cpp
SOURCES += edit_note.cpp
SOURCES += edit_perms.cpp
SOURCES += edit_schedrules.cpp
SOURCES += edit_schedcoderules.cpp
SOURCES += edit_track.cpp
SOURCES += generate_log.cpp
SOURCES += import_listview.cpp
SOURCES += lib_listview.cpp
SOURCES += list_clocks.cpp
SOURCES += list_events.cpp
SOURCES += list_grids.cpp
SOURCES += list_svcs.cpp
SOURCES += pick_report_dates.cpp
SOURCES += rdlogmanager.cpp
SOURCES += rename_item.cpp
SOURCES += svc_rec.cpp
SOURCES += svc_rec_dialog.cpp
HEADERS += add_clock.h
HEADERS += add_event.h
HEADERS += clock_listview.h
HEADERS += edit_clock.h
HEADERS += edit_event.h
HEADERS += edit_eventline.h
HEADERS += edit_grid.h
HEADERS += edit_note.h
HEADERS += edit_perms.h
HEADERS += edit_schedrules.h
HEADERS += edit_schedcoderules.h
HEADERS += edit_track.h
HEADERS += generate_log.h
HEADERS += globals.h
HEADERS += import_listview.h
HEADERS += lib_listview.h
HEADERS += list_clocks.h
HEADERS += list_events.h
HEADERS += list_grids.h
HEADERS += list_svcs.h
HEADERS += pick_report_dates.h
HEADERS += rdlogmanager.h
HEADERS += rename_item.h
HEADERS += svc_rec.h
HEADERS += svc_rec_dialog.h
TRANSLATIONS += rdlogmanager_cs.ts
TRANSLATIONS += rdlogmanager_de.ts
TRANSLATIONS += rdlogmanager_es.ts
TRANSLATIONS += rdlogmanager_fr.ts
TRANSLATIONS += rdlogmanager_nb.ts
TRANSLATIONS += rdlogmanager_nn.ts
TRANSLATIONS += rdlogmanager_pt_BR.ts