annotate config.pri.in @ 718:f3fd2988fc9b

Fix incorrect query structure for output type URIs. This led to some output RDF features being written with type URIs intended for different outputs. Also revert some SVDEBUGs to cerrs -- they are intended as user-visible errors or warnings rather than debug
author Chris Cannam
date Mon, 09 Jan 2012 16:28:54 +0000
parents 1bb85de8c5b9
children c10cb8782576
rev   line source
Chris@657 1
Chris@657 2 CONFIG += @QMAKE_CONFIG@
Chris@636 3
Chris@636 4 DEFINES += @HAVES@
Chris@636 5
Chris@652 6 QMAKE_CC = @CC@
Chris@652 7 QMAKE_CXX = @CXX@
Chris@657 8 QMAKE_LINK = @CXX@
Chris@652 9
Chris@636 10 QMAKE_CFLAGS += @CFLAGS@
Chris@636 11 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@636 12
Chris@651 13 linux*:LIBS += -lasound
Chris@651 14
Chris@650 15 macx*:DEFINES += HAVE_QUICKTIME
Chris@657 16 macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@650 17
Chris@637 18 LIBS += @LIBS@
Chris@637 19