Fix wfserver linux build

merge-requests/9/merge
Phil Taylor 2022-01-18 09:06:23 +00:00
rodzic 4e086ac220
commit e4cc2962b3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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