annotate config.pri.in @ 1553:76e4302a3fc2

Fix note numbering - ensure stable across whole track (as it used to be, but without scanning all notes in paint in order to do that)
author Chris Cannam
date Fri, 22 Nov 2019 14:12:50 +0000
parents 462e4f59c261
children
rev   line source
Chris@573 1
Chris@573 2 CONFIG += @QMAKE_CONFIG@
Chris@564 3
Chris@564 4 DEFINES += @HAVES@
Chris@564 5
Chris@569 6 QMAKE_CC = @CC@
Chris@569 7 QMAKE_CXX = @CXX@
Chris@573 8 QMAKE_LINK = @CXX@
Chris@569 9
Chris@564 10 QMAKE_CFLAGS += @CFLAGS@
Chris@564 11 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@564 12
Chris@567 13 linux*:LIBS += -lasound
Chris@567 14
Chris@567 15 macx*:DEFINES += HAVE_QUICKTIME
Chris@573 16 macx*:LIBS += -framework QuickTime -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
Chris@567 17
Chris@564 18 LIBS += @LIBS@
Chris@564 19