2020-08-04 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Log Render Options' dialog to rdcastmanager(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-08-04 16:07:45 -04:00
parent f76642d44e
commit 7d62e200ba
31 changed files with 2150 additions and 33 deletions

View File

@@ -45,11 +45,17 @@ bin_PROGRAMS = rdcastmanager
dist_rdcastmanager_SOURCES = edit_cast.cpp edit_cast.h\
globals.h\
list_casts.cpp list_casts.h\
rdcastmanager.cpp rdcastmanager.h
logdialog.cpp logdialog.h\
logmodel.cpp logmodel.h\
rdcastmanager.cpp rdcastmanager.h\
render_dialog.cpp render_dialog.h
nodist_rdcastmanager_SOURCES = moc_edit_cast.cpp\
moc_list_casts.cpp\
moc_rdcastmanager.cpp
moc_logdialog.cpp\
moc_logmodel.cpp\
moc_rdcastmanager.cpp\
moc_render_dialog.cpp
rdcastmanager_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT4_LIBS@ @MUSICBRAINZ_LIBS@ -lQt3Support