From e4cc2962b3cbdd5305f5118345323051591c088f Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 18 Jan 2022 09:06:23 +0000 Subject: [PATCH] Fix wfserver linux build --- wfserver.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfserver.pro b/wfserver.pro index 8d6dbed..26808da 100644 --- a/wfserver.pro +++ b/wfserver.pro @@ -115,7 +115,7 @@ CONFIG(debug, release|debug) { win32:LIBS += -L../opus/win32/VS2015/Win32/Release/ -lopus } -linux:LIBS += -L./ -l$$QCPLIB -lopus +linux:LIBS += -L./ -lopus macx:LIBS += -framework CoreAudio -framework CoreFoundation -lpthread -lopus !linux:INCLUDEPATH += ../opus/include