Mercurial > hg > sonic-annotator
changeset 329:0e8d2eb2eca7
Add base library
author | Chris Cannam |
---|---|
date | Tue, 12 Jun 2018 10:11:12 +0100 |
parents | e16e4cda23b9 |
children | 4819abbd24bb |
files | config.pri.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.pri.in Mon Jun 11 19:29:14 2018 +0100 +++ b/config.pri.in Tue Jun 12 10:11:12 2018 +0100 @@ -11,7 +11,7 @@ QMAKE_CXXFLAGS += @CXXFLAGS@ QMAKE_LFLAGS += @LDFLAGS@ -linux*:LIBS += -lasound -ldl +linux*:LIBS += -L$$PWD -lbase -lasound -ldl macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices