mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-05 06:32:34 +02:00
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:
parent
b7e0c2613b
commit
7892f4e8dc
@ -15119,3 +15119,5 @@
|
|||||||
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
|
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed bugs in 'docs/docbook/Makefile.am' and 'rivendell.spec.in'
|
* Fixed bugs in 'docs/docbook/Makefile.am' and 'rivendell.spec.in'
|
||||||
that broke the 'make rpm' target.
|
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.
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
#
|
#
|
||||||
# The lib/ QMake project file for Rivendell.
|
# The lib/ QMake project file for Rivendell.
|
||||||
#
|
#
|
||||||
# (C) Copyright 2003-2007 Fred Gleason <fredg@paravelsystems.com>
|
# (C) Copyright 2003-2016 Fred Gleason <fredg@paravelsystems.com>
|
||||||
#
|
|
||||||
# $Id: lib.pro,v 1.36.8.13.2.1 2014/06/02 22:52:24 cvs Exp $
|
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
@ -31,6 +29,7 @@ win32 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SOURCES += export_bmiemr.cpp
|
SOURCES += export_bmiemr.cpp
|
||||||
|
SOURCES += export_cutlog.cpp
|
||||||
SOURCES += export_deltaflex.cpp
|
SOURCES += export_deltaflex.cpp
|
||||||
SOURCES += export_musicclassical.cpp
|
SOURCES += export_musicclassical.cpp
|
||||||
SOURCES += export_musicplayout.cpp
|
SOURCES += export_musicplayout.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user