add asound lib to linux build

audioplugins
M0VSE 2021-05-27 11:51:57 +01:00
rodzic 20dd466f3b
commit a6a2168bc3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -96,7 +96,7 @@ CONFIG(debug, release|debug) {
linux: QCPLIB = qcustomplot linux: QCPLIB = qcustomplot
} }
linux:LIBS += -L./ -l$$QCPLIB linux:LIBS += -L./ -l$$QCPLIB -lasound
!linux:SOURCES += ../qcustomplot/qcustomplot.cpp !linux:SOURCES += ../qcustomplot/qcustomplot.cpp
!linux:HEADERS += ../qcustomplot/qcustomplot.h !linux:HEADERS += ../qcustomplot/qcustomplot.h