2018-10-19 Fred Gleason <fredg@paravelsystems.com>

* Removed check for Win32 installer from 'configure.ac'.
	* Removed win32 clauses from '.pro' files.
This commit is contained in:
Fred Gleason
2018-10-19 19:36:43 -04:00
parent 75bec4d3c4
commit 3768a5fb14
19 changed files with 160 additions and 835 deletions

View File

@@ -31,8 +31,6 @@ dist_rdcollect_SOURCES = rdcollect.cpp rdcollect.h
rdcollect_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT4_LIBS@ -lQt3Support
EXTRA_DIST = rdcollect.pro
CLEANFILES = *~\
*.exe\
*.idb\

View File

@@ -1,42 +0,0 @@
# rdcollect.pro
#
# The utils/rdcollect QMake project file for Rivendell
#
# (C) Copyright 2003-2007,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
TARGET = rdcollect
win32 {
DEFINES += WIN32
DEFINES += VERSION=\"$$[VERSION]\"
DEFINES += PACKAGE=\"rivendell\"
DEFINES += PACKAGE_VERSION=\"$$[VERSION]\"
DEFINES += PACKAGE_NAME=\"rivendell\"
DEFINES += PACKAGE_BUGREPORT=\"fredg@paravelsystems.com\"
}
SOURCES += rdcollect.cpp
HEADERS += rdcollect.h
RES_FILE += ..\..\icons\rivendell.res
INCLUDEPATH += ..\..\..\libradio\radio ..\..\lib
LIBS = -lqui -L..\..\..\libradio\radio -lradio -L..\..\lib -llib
CONFIG += qt

View File

@@ -33,8 +33,6 @@ nodist_rdsoftkeys_SOURCES = moc_rdsoftkeys.cpp
rdsoftkeys_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT4_LIBS@ -lQt3Support
EXTRA_DIST = rdsoftkeys.pro
CLEANFILES = *~\
*.exe\
*.idb\

View File

@@ -1,42 +0,0 @@
# rdsoftkeys.pro
#
# The utils/rdsoftkeys QMake project file for Rivendell
#
# (C) Copyright 2003-2006,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
TARGET = rdsoftkeys
win32 {
DEFINES += WIN32
DEFINES += VERSION=\"$$[VERSION]\"
DEFINES += PACKAGE=\"rivendell\"
DEFINES += PACKAGE_VERSION=\"$$[VERSION]\"
DEFINES += PACKAGE_NAME=\"rivendell\"
DEFINES += PACKAGE_BUGREPORT=\"fredg@paravelsystems.com\"
}
SOURCES += rdsoftkeys.cpp
HEADERS += rdsoftkeys.h
RES_FILE += ..\..\icons\rivendell.res
INCLUDEPATH += ..\..\..\libradio\radio ..\..\lib
LIBS = -lqui -L..\..\..\libradio\radio -lradio -L..\..\lib -llib
CONFIG += qt

View File

@@ -2,7 +2,7 @@
#
# The utils/ QMake project file for Rivendell
#
# (C) Copyright 2003-2007,2016 Fred Gleason <fredg@paravelsystems.com>
# (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
@@ -17,30 +17,17 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
TEMPLATE = app
TARGET = rmlsend
win32 {
DEFINES += WIN32
DEFINES += VERSION=\"$$[VERSION]\"
DEFINES += PACKAGE=\"rivendell\"
DEFINES += PACKAGE_VERSION=\"$$[VERSION]\"
DEFINES += PACKAGE_NAME=\"rivendell\"
DEFINES += PACKAGE_BUGREPORT=\"fredg@paravelsystems.com\"
}
#
# 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 += rmlsend.cpp
HEADERS += rmlsend.h
RES_FILE += ..\..\icons\rivendell.res
INCLUDEPATH += ..\..\..\libradio\radio ..\..\lib
LIBS = -lqui -L..\..\..\libradio\radio -lradio -L..\..\lib -llib
CONFIG += qt
TRANSLATIONS += rmlsend_cs.ts
TRANSLATIONS += rmlsend_de.ts
TRANSLATIONS += rmlsend_es.ts