comparison 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
comparison
equal deleted inserted replaced
636:1a4c76e0f7c5 637:465f769ccad0
1
2 #!!! not all things in configure.ac are necessarily sensible and not
3 #!!! all of them are taken into account here
4 1
5 DEFINES += @HAVES@ 2 DEFINES += @HAVES@
3
4 ##!!!
5 DEFINES += NO_SV_GUI
6 6
7 QMAKE_CFLAGS += @CFLAGS@ 7 QMAKE_CFLAGS += @CFLAGS@
8 QMAKE_CXXFLAGS += @CXXFLAGS@ 8 QMAKE_CXXFLAGS += @CXXFLAGS@
9 9
10 LIBS += @LIBS@
11