diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-04-02 13:32:54 -0700 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-04-02 13:32:54 -0700 |
commit | 04faaba502eaa78e87463ca66c1a681bc17c5869 (patch) | |
tree | 8fb3b9f7423aa0f83da01dff77ba023ee94e8032 /docs/doxygen/other | |
parent | cf7f3744d752b9a0146273e000bde08cc6085325 (diff) |
qtgui: remove dependency mentions of PyQWT.
Using PyQT widgets now instead of PyQWT for the QT Range widget. Some
programs, like gr_filter_design, require PyQWT but will explicitly
fail and tell the user that the package is missing. PyQWT is no longer
required for gr-qtgui.
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/build_guide.dox | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/doxygen/other/build_guide.dox b/docs/doxygen/other/build_guide.dox index ee07e6355c..c21b9874ac 100644 --- a/docs/doxygen/other/build_guide.dox +++ b/docs/doxygen/other/build_guide.dox @@ -50,7 +50,6 @@ first. Most recent systems have these packages available. \li qt4 (>= 4.4.0) http://qt.nokia.com/downloads/ \li qwt (>= 5.2.0) http://sourceforge.net/projects/qwt/ \li pyqt (>= 4.10.0) http://www.riverbankcomputing.co.uk/software/pyqt/download -\li pyqwt* (>= 5.2.0) http://pyqwt.sourceforge.net/download.html \subsection dep_gr_wxgui gr-wxgui: The WX-based Graphical User Interface \li wxpython (>= 2.8) http://www.wxpython.org/ |