mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 09:23:22 +02:00
* Added an 'ENCODER_PRESETS' table to the database. * Incremented the database verssion to 343. * Added an 'Encoder Profiles' dialog to rdadmin(1). * Removed static content dependencies from the WebGet service. * Refactored the WebGet service to use Encoder Profiles. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
169 lines
4.8 KiB
Prolog
169 lines
4.8 KiB
Prolog
# rdadmin.pro
|
|
#
|
|
# The QMake project file for RDAdmin.
|
|
#
|
|
# (C) Copyright 2003-2005,2016 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.
|
|
|
|
TEMPLATE = app
|
|
|
|
x11 {
|
|
SOURCES += add_feed.cpp
|
|
SOURCES += add_group.cpp
|
|
SOURCES += add_hostvar.cpp
|
|
SOURCES += add_matrix.cpp
|
|
SOURCES += add_replicator.cpp
|
|
SOURCES += add_report.cpp
|
|
SOURCES += add_station.cpp
|
|
SOURCES += add_svc.cpp
|
|
SOURCES += add_user.cpp
|
|
SOURCES += autofill_carts.cpp
|
|
SOURCES += edit_audios.cpp
|
|
SOURCES += edit_cartslots.cpp
|
|
SOURCES += edit_decks.cpp
|
|
SOURCES += edit_dropbox.cpp
|
|
SOURCES += edit_endpoint.cpp
|
|
SOURCES += edit_feed.cpp
|
|
SOURCES += edit_feed_perms.cpp
|
|
SOURCES += edit_gpi.cpp
|
|
SOURCES += edit_group.cpp
|
|
SOURCES += edit_hostvar.cpp
|
|
SOURCES += edit_hotkeys.cpp
|
|
SOURCES += edit_image.cpp
|
|
SOURCES += edit_jack.cpp
|
|
SOURCES += edit_jack_client.cpp
|
|
SOURCES += edit_livewiregpio.cpp
|
|
SOURCES += edit_matrix.cpp
|
|
SOURCES += edit_pypad.cpp
|
|
SOURCES += edit_rdairplay.cpp
|
|
SOURCES += edit_rdlibrary.cpp
|
|
SOURCES += edit_rdlogedit.cpp
|
|
SOURCES += edit_rdpanel.cpp
|
|
SOURCES += edit_replicator.cpp
|
|
SOURCES += edit_report.cpp
|
|
SOURCES += edit_station.cpp
|
|
SOURCES += edit_svc.cpp
|
|
SOURCES += edit_svc_perms.cpp
|
|
SOURCES += edit_system.cpp
|
|
SOURCES += edit_ttys.cpp
|
|
SOURCES += edit_user.cpp
|
|
SOURCES += edit_user_perms.cpp
|
|
SOURCES += edit_vguest_resource.cpp
|
|
SOURCES += info_dialog.cpp
|
|
SOURCES += license.cpp
|
|
SOURCES += list_dropboxes.cpp
|
|
SOURCES += list_encoders.cpp
|
|
SOURCES += list_endpoints.cpp
|
|
SOURCES += list_feeds.cpp
|
|
SOURCES += list_gpis.cpp
|
|
SOURCES += list_groups.cpp
|
|
SOURCES += list_hostvars.cpp
|
|
SOURCES += list_images.cpp
|
|
SOURCES += list_livewiregpios.cpp
|
|
SOURCES += list_matrices.cpp
|
|
SOURCES += list_pypads.cpp
|
|
SOURCES += list_reports.cpp
|
|
SOURCES += list_replicator_carts.cpp
|
|
SOURCES += list_replicators.cpp
|
|
SOURCES += list_stations.cpp
|
|
SOURCES += list_svcs.cpp
|
|
SOURCES += list_users.cpp
|
|
SOURCES += login.cpp
|
|
SOURCES += rdadmin.cpp
|
|
SOURCES += rename_group.cpp
|
|
SOURCES += test_import.cpp
|
|
SOURCES += view_adapters.cpp
|
|
SOURCES += view_pypad_errors.cpp
|
|
SOURCES += xpm_info_banner1.cpp
|
|
SOURCES += xpm_info_banner2.cpp
|
|
}
|
|
|
|
x11 {
|
|
HEADERS += add_feed.h
|
|
HEADERS += add_group.h
|
|
HEADERS += add_hostvar.h
|
|
HEADERS += add_matrix.h
|
|
HEADERS += add_replicator.h
|
|
HEADERS += add_report.h
|
|
HEADERS += add_station.h
|
|
HEADERS += add_svc.h
|
|
HEADERS += add_user.h
|
|
HEADERS += autofill_carts.h
|
|
HEADERS += edit_audios.h
|
|
HEADERS += edit_cartslots.h
|
|
HEADERS += edit_decks.h
|
|
HEADERS += edit_dropbox.h
|
|
HEADERS += edit_endpoint.h
|
|
HEADERS += edit_feed.h
|
|
HEADERS += edit_feed_perms.h
|
|
HEADERS += edit_gpi.h
|
|
HEADERS += edit_group.h
|
|
HEADERS += edit_hostvar.h
|
|
HEADERS += edit_hotkeys.h
|
|
HEADERS += edit_image.h
|
|
HEADERS += edit_jack.h
|
|
HEADERS += edit_jack_client.h
|
|
HEADERS += edit_livewiregpio.h
|
|
HEADERS += edit_matrix.h
|
|
HEADERS += edit_pypad.h
|
|
HEADERS += edit_rdairplay.h
|
|
HEADERS += edit_rdlibrary.h
|
|
HEADERS += edit_rdlogedit.h
|
|
HEADERS += edit_rdpanel.h
|
|
HEADERS += edit_replicator.h
|
|
HEADERS += edit_report.h
|
|
HEADERS += edit_station.h
|
|
HEADERS += edit_svc.h
|
|
HEADERS += edit_svc_perms.h
|
|
HEADERS += edit_system.h
|
|
HEADERS += edit_ttys.h
|
|
HEADERS += edit_user.h
|
|
HEADERS += edit_user_perms.h
|
|
HEADERS += edit_vguest_resource.h
|
|
HEADERS += info_dialog.h
|
|
HEADERS += license.h
|
|
HEADERS += list_dropboxes.h
|
|
HEADERS += list_encoders.h
|
|
HEADERS += list_endpoints.h
|
|
HEADERS += list_feeds.h
|
|
HEADERS += list_gpis.h
|
|
HEADERS += list_groups.h
|
|
HEADERS += list_hostvars.h
|
|
HEADERS += list_images.h
|
|
HEADERS += list_livewiregpios.h
|
|
HEADERS += list_matrices.h
|
|
HEADERS += list_pypads.h
|
|
HEADERS += list_reports.h
|
|
HEADERS += list_replicator_carts.h
|
|
HEADERS += list_replicators.h
|
|
HEADERS += list_stations.h
|
|
HEADERS += list_svcs.h
|
|
HEADERS += list_users.h
|
|
HEADERS += login.h
|
|
HEADERS += rdadmin.h
|
|
HEADERS += rename_group.h
|
|
HEADERS += test_import.h
|
|
HEADERS += view_adapters.h
|
|
HEADERS += view_pypad_errors.h
|
|
}
|
|
|
|
TRANSLATIONS += rdadmin_cs.ts
|
|
TRANSLATIONS += rdadmin_de.ts
|
|
TRANSLATIONS += rdadmin_es.ts
|
|
TRANSLATIONS += rdadmin_fr.ts
|
|
TRANSLATIONS += rdadmin_nb.ts
|
|
TRANSLATIONS += rdadmin_nn.ts
|
|
TRANSLATIONS += rdadmin_pt_BR.ts
|