annotate config.pri.in @ 638:e03a7d1e90b9

* Add acinclude file. Gah. This is probably the most important bit of the build system...
author Chris Cannam
date Fri, 17 Sep 2010 12:51:56 +0100
parents 465f769ccad0
children f6ed1a7a920f
rev   line source
Chris@636 1
Chris@636 2 DEFINES += @HAVES@
Chris@636 3
Chris@637 4 ##!!!
Chris@637 5 DEFINES += NO_SV_GUI
Chris@637 6
Chris@636 7 QMAKE_CFLAGS += @CFLAGS@
Chris@636 8 QMAKE_CXXFLAGS += @CXXFLAGS@
Chris@636 9
Chris@637 10 LIBS += @LIBS@
Chris@637 11