This commit is contained in:
Dave Griffiths
2022-09-08 12:00:50 +01:00
3 changed files with 20 additions and 22 deletions

View File

@@ -41,7 +41,8 @@ SOURCES += app/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