Mercurial > hg > svcore
annotate config.pri.in @ 636:1a4c76e0f7c5
* Experimental autoconf procedure to produce qmake include file
author | Chris Cannam |
---|---|
date | Tue, 14 Sep 2010 09:45:30 +0100 |
parents | |
children | 465f769ccad0 |
rev | line source |
---|---|
Chris@636 | 1 |
Chris@636 | 2 #!!! not all things in configure.ac are necessarily sensible and not |
Chris@636 | 3 #!!! all of them are taken into account here |
Chris@636 | 4 |
Chris@636 | 5 DEFINES += @HAVES@ |
Chris@636 | 6 |
Chris@636 | 7 QMAKE_CFLAGS += @CFLAGS@ |
Chris@636 | 8 QMAKE_CXXFLAGS += @CXXFLAGS@ |
Chris@636 | 9 |