Mercurial > hg > tony
changeset 136:91927958dcc6
Accelerate framework (may be needed by some dependencies etc)
author | Chris Cannam |
---|---|
date | Thu, 09 Jan 2014 21:45:40 +0000 |
parents | c27ad8793f28 |
children | 59dacb4f7ab1 |
files | .hgsubstate tonyapp.pro |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsubstate Thu Jan 09 21:32:13 2014 +0000 +++ b/.hgsubstate Thu Jan 09 21:45:40 2014 +0000 @@ -1,5 +1,5 @@ 236814e07bd07473958c1ff89103124536a0c3c8 dataquay -a988521943bcf5c98bfc47338c54fda14b750c03 sv-dependency-builds +27d4e7152c954bf3c4387319db088fb3cd02436b sv-dependency-builds ccd3c927638be6c68aaa396fce24b6974d073447 svapp -284851a784fa98ddda2db80f96d735c385e367c3 svcore +0b15c9328003255e8afff5a1d9276860105a1bc6 svcore 084fd76deb89a36708fabd732dc04e578d75df78 svgui
--- a/tonyapp.pro Thu Jan 09 21:32:13 2014 +0000 +++ b/tonyapp.pro Thu Jan 09 21:45:40 2014 +0000 @@ -29,7 +29,7 @@ } macx* { DEFINES += HAVE_COREAUDIO HAVE_PORTAUDIO_2_0 - LIBS += -lportaudio -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices + LIBS += -lportaudio -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate } }