2016-04-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'lib/lib.pro' that broke the build on Windows.
This commit is contained in:
Fred Gleason 2016-04-29 18:13:02 -04:00
parent b7e0c2613b
commit 7892f4e8dc
2 changed files with 4 additions and 3 deletions

View File

@ -15119,3 +15119,5 @@
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in 'docs/docbook/Makefile.am' and 'rivendell.spec.in'
that broke the 'make rpm' target.
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/lib.pro' that broke the build on Windows.

View File

@ -2,9 +2,7 @@
#
# The lib/ QMake project file for Rivendell.
#
# (C) Copyright 2003-2007 Fred Gleason <fredg@paravelsystems.com>
#
# $Id: lib.pro,v 1.36.8.13.2.1 2014/06/02 22:52:24 cvs Exp $
# (C) Copyright 2003-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
@ -31,6 +29,7 @@ win32 {
}
SOURCES += export_bmiemr.cpp
SOURCES += export_cutlog.cpp
SOURCES += export_deltaflex.cpp
SOURCES += export_musicclassical.cpp
SOURCES += export_musicplayout.cpp