From 322e065b19c922e2a9cc1710876e32d100453181 Mon Sep 17 00:00:00 2001 From: trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> Date: Wed, 15 Apr 2009 03:49:04 +0000 Subject: Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and capabilities to the qtgui package. Most importantly, it allows interaction between PyQt and the C++ Qt routines in the gnuradio library. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10850 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/grc_gr_qtgui.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/grc_gr_qtgui.m4 b/config/grc_gr_qtgui.m4 index a62612904d..d9700776ca 100644 --- a/config/grc_gr_qtgui.m4 +++ b/config/grc_gr_qtgui.m4 @@ -28,6 +28,14 @@ AC_DEFUN([GRC_GR_QTGUI],[ 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 -- cgit v1.2.3