annotate config.pri.in @ 961:f3c1546c8a5c

Address #1214, layer import produces wrong layer type. We needed a more principled approach to making sure the format gets updated properly and the dialog elements are consistent (basically separating making the dialog elements consistent from subsequently updating the format). This change should provide that, though there may be gotchas still.
author Chris Cannam
date Tue, 12 May 2015 12:31:37 +0100
parents fcf08c3c2c57
children c6513cae4747
rev   line source
Chris@361 1
Chris@361 2 CONFIG += @QMAKE_CONFIG@
Chris@350 3
Chris@350 4 DEFINES += @HAVES@
Chris@350 5
Chris@355 6 QMAKE_CC = @CC@
Chris@355 7 QMAKE_CXX = @CXX@
Chris@356 8 QMAKE_LINK = @CXX@
Chris@355 9
Chris@350 10 QMAKE_CFLAGS += @CFLAGS@
Chris@350 11 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@564 12 QMAKE_LFLAGS += @LDFLAGS@
Chris@350 13
Chris@353 14 linux*:LIBS += -lasound
Chris@353 15
Chris@564 16 macx*:DEFINES += HAVE_COREAUDIO
Chris@564 17 macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@353 18
Chris@350 19 LIBS += @LIBS@
Chris@350 20