version 0.18 and ubuntu fixes

This commit is contained in:
Dave Griffiths
2022-09-08 16:53:04 +01:00
parent cd30c10893
commit 073c54c6a7
9 changed files with 27 additions and 24 deletions

View File

@@ -43,13 +43,12 @@ SOURCES += app/MainWindow.cpp \
INCLUDEPATH += brain/src
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
QMAKE_CXXFLAGS += -O3 -Wall -Wno-unused -std=c++11
# assets
RESOURCES = app/samplebrain.qrc
target.path = /usr/local/bin/
INSTALLS += target