mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-30 09:13:51 +01:00 
			
		
		
		
	* Removed check for Win32 installer from 'configure.ac'. * Removed win32 clauses from '.pro' files.
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| # rmlsend.pro
 | |
| #
 | |
| # The utils/ 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 += rmlsend.cpp
 | |
| 
 | |
| HEADERS += rmlsend.h
 | |
| 
 | |
| TRANSLATIONS += rmlsend_cs.ts
 | |
| TRANSLATIONS += rmlsend_de.ts
 | |
| TRANSLATIONS += rmlsend_es.ts
 | |
| TRANSLATIONS += rmlsend_fr.ts
 | |
| TRANSLATIONS += rmlsend_nb.ts
 | |
| TRANSLATIONS += rmlsend_nn.ts
 | |
| TRANSLATIONS += rmlsend_pt_BR.ts
 |