annotate config.pri.in @ 706:579b2da21e7a

Make FileSource capable of handling resource files. Without this, we failed to open the silent resource file used as a placeholder in templates and thus failed to replace it with the proper file after loading the template -- the consequence was that (although the right audio file ended up being shown as the main model) any derived models were not regenerated
author Chris Cannam
date Fri, 07 Oct 2011 17:04:09 +0100
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