diff 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
line wrap: on
line diff
--- a/config.pri.in	Tue Sep 14 09:45:30 2010 +0100
+++ b/config.pri.in	Thu Sep 16 14:40:52 2010 +0100
@@ -1,9 +1,11 @@
-
-#!!! not all things in configure.ac are necessarily sensible and not
-#!!! all of them are taken into account here
 
 DEFINES += @HAVES@
 
+##!!!
+DEFINES += NO_SV_GUI
+
 QMAKE_CFLAGS += @CFLAGS@
 QMAKE_CXXFLAGS += @CXXFLAGS@
 
+LIBS += @LIBS@
+