annotate config.pri.in @ 1221:eaab8bab3522

Measure time taken to render per pixel, and use the time last time around to decide whether to be time constrained this time around
author Chris Cannam
date Thu, 26 Jan 2017 11:55:11 +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