annotate config.pri.in @ 637:465f769ccad0

* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
author Chris Cannam
date Thu, 16 Sep 2010 14:40:52 +0100
parents 1a4c76e0f7c5
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