fix for running with no output device, and mac building

This commit is contained in:
dave griffiths
2022-09-07 15:41:39 +01:00
parent 1baab88cf1
commit 5eecc279ad
2 changed files with 9 additions and 8 deletions

View File

@@ -41,7 +41,8 @@ SOURCES += MainWindow.cpp \
../brain/src/spiralcore/stream.cpp
INCLUDEPATH += ../brain/src
LIBS += -L.. -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm
INCLUDEPATH += /usr/local/include
LIBS += -L.. -L/usr/local/lib -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm
CONFIG+=debug
QMAKE_CXXFLAGS += -Wall -Wno-unused -std=c++11