Description; Remove edflib convenient copy
Bug-Debian: https://bugs.debian.org/752860
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 15 Dec 2017 13:05:55 +0100

--- edfbrowser.orig/edfbrowser.pro
+++ edfbrowser/edfbrowser.pro
@@ -96,7 +96,6 @@
 HEADERS += utils.h
 HEADERS += signalcurve.h
 HEADERS += spectrumanalyzer.h
-HEADERS += edflib.h
 HEADERS += export_annotations.h
 HEADERS += edit_predefined_mtg.h
 HEADERS += spectrum_dock.h
@@ -220,7 +219,6 @@
 SOURCES += utils.c
 SOURCES += signalcurve.cpp
 SOURCES += spectrumanalyzer.cpp
-SOURCES += edflib.c
 SOURCES += export_annotations.cpp
 SOURCES += edit_predefined_mtg.cpp
 SOURCES += spectrum_dock.cpp
@@ -308,6 +306,7 @@
 }
 
 QMAKE_CXXFLAGS += -Wextra -Wshadow -Wformat -Wformat-nonliteral -Wformat-security -Wtype-limits -Wfatal-errors -Wdeprecated-declarations
+QMAKE_LIBS += -ledf
 
 unix {
 target.path = /usr/bin
