Mercurial > hg > sonic-annotator
comparison config.pri.in @ 42:94d988cef54e
* Update to new autoconf build system
author | Chris Cannam |
---|---|
date | Mon, 18 Oct 2010 14:10:00 +0100 |
parents | |
children | d6d2a76f39e7 |
comparison
equal
deleted
inserted
replaced
41:f0346cc8ff21 | 42:94d988cef54e |
---|---|
1 | |
2 CONFIG += @QMAKE_CONFIG@ | |
3 | |
4 DEFINES += @HAVES@ | |
5 | |
6 QMAKE_CC = @CC@ | |
7 QMAKE_CXX = @CXX@ | |
8 QMAKE_LINK = @CXX@ | |
9 | |
10 QMAKE_CFLAGS += @CFLAGS@ | |
11 QMAKE_CXXFLAGS += @CXXFLAGS@ | |
12 | |
13 linux*:LIBS += -lasound | |
14 | |
15 macx*:DEFINES += HAVE_QUICKTIME | |
16 macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices | |
17 | |
18 LIBS += @LIBS@ | |
19 |