Mercurial > hg > svcore
diff config.pri.in @ 651:5ada98fb61cf
* Hugely simplify Qt search -- all we need is qmake...
author | Chris Cannam |
---|---|
date | Thu, 07 Oct 2010 17:54:08 +0100 |
parents | f6ed1a7a920f |
children | 8676bacf228f |
line wrap: on
line diff
--- a/config.pri.in Thu Sep 23 11:34:07 2010 +0100 +++ b/config.pri.in Thu Oct 07 17:54:08 2010 +0100 @@ -7,6 +7,8 @@ QMAKE_CFLAGS += @CFLAGS@ QMAKE_CXXFLAGS += @CXXFLAGS@ +linux*:LIBS += -lasound + macx*:DEFINES += HAVE_QUICKTIME macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox