commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10799 - gnuradio/branches/developers/trondeau/qtdevel


From: trondeau
Subject: [Commit-gnuradio] r10799 - gnuradio/branches/developers/trondeau/qtdevel2/config
Date: Thu, 9 Apr 2009 20:34:56 -0600 (MDT)

Author: trondeau
Date: 2009-04-09 20:34:55 -0600 (Thu, 09 Apr 2009)
New Revision: 10799

Modified:
   gnuradio/branches/developers/trondeau/qtdevel2/config/grc_gr_qtgui.m4
Log:
Adding check for PyQt4 Python module and way to check for PyQwt, if we require 
it

Modified: gnuradio/branches/developers/trondeau/qtdevel2/config/grc_gr_qtgui.m4
===================================================================
--- gnuradio/branches/developers/trondeau/qtdevel2/config/grc_gr_qtgui.m4       
2009-04-09 01:59:38 UTC (rev 10798)
+++ gnuradio/branches/developers/trondeau/qtdevel2/config/grc_gr_qtgui.m4       
2009-04-10 02:34:55 UTC (rev 10799)
@@ -28,7 +28,15 @@
     dnl   yes  : if the --enable code passed muster and all dependencies are 
met
     dnl   no   : otherwise
 
+    PYTHON_CHECK_MODULE([PyQt4.QtCore], [PyQt4 for Qt4], \
+       [passed=yes], [passed=no], \
+       [PyQt4.QtCore.PYQT_VERSION >= 260000])
 
+    # Enable this if we want to test for PyQwt, too
+    #PYTHON_CHECK_MODULE([PyQt4.Qwt5], [PyQwt5 for Qt4], \
+    #   [passed=yes], [passed=no], \
+    #   [PyQt4.Qwt5.QWT_VERSION >= 327000])
+
 # Check for: 
 #      QtOpenGL
 #      QtGui





reply via email to

[Prev in Thread] Current Thread [Next in Thread]