Fix linking issues with the library

lv2
Elliott Liggett 2021-08-07 14:05:06 -07:00
rodzic 24031d1cd5
commit 5a7e700291
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -110,7 +110,7 @@ CONFIG(debug, release|debug) {
}
#linux:LIBS += -L./ -l$$QCPLIB -lpulse -lpulse-simple -lpthread
linux:LIBS += -L./ -l$$QCPLIB
linux:LIBS += -L./ -l$$QCPLIB -llilv-0
macx:LIBS += -framework CoreAudio -framework CoreFoundation -lpthread
#win32:SOURCES += rtaudio/RTAudio.cpp