From a6a2168bc352939a62ce158da157a5f5119810b0 Mon Sep 17 00:00:00 2001 From: M0VSE Date: Thu, 27 May 2021 11:51:57 +0100 Subject: [PATCH] add asound lib to linux build --- wfview.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfview.pro b/wfview.pro index 2f2d03b..fa03a50 100644 --- a/wfview.pro +++ b/wfview.pro @@ -96,7 +96,7 @@ CONFIG(debug, release|debug) { linux: QCPLIB = qcustomplot } -linux:LIBS += -L./ -l$$QCPLIB +linux:LIBS += -L./ -l$$QCPLIB -lasound !linux:SOURCES += ../qcustomplot/qcustomplot.cpp !linux:HEADERS += ../qcustomplot/qcustomplot.h