annotate config.pri.in @ 831:12aff5a181bc

When switching to "literal mode" for a local file path, use the original file path as passed to the FileSource ctor rather than going through QUrl. This avoids filename becoming encoded and QUrl::toString failing to decode it (as is happening with Windows paths using Qt5 currently).
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Wed, 24 Jul 2013 18:12:57 +0100
parents c724b148576d
children 79f7af8873c9
rev   line source
Chris@657 1 CONFIG += @QMAKE_CONFIG@
Chris@636 2
Chris@795 3 DEFINES += @HAVES@ HAVE_DATAQUAY
Chris@636 4
Chris@652 5 QMAKE_CC = @CC@
Chris@652 6 QMAKE_CXX = @CXX@
Chris@657 7 QMAKE_LINK = @CXX@
Chris@652 8
Chris@636 9 QMAKE_CFLAGS += @CFLAGS@
Chris@796 10 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@796 11 QMAKE_LFLAGS += @LDFLAGS@
Chris@636 12
Chris@651 13 linux*:LIBS += -lasound
Chris@651 14
Chris@795 15 macx*:DEFINES += HAVE_COREAUDIO MACOSX_DEPLOYMENT_TARGET=1060
Chris@795 16
Chris@742 17 macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@650 18
Chris@637 19 LIBS += @LIBS@
Chris@637 20