diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-11-13 15:21:58 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-11-15 15:40:37 -0800 |
commit | d305018cbeb87e8a39ac67f6775e73914576fdfa (patch) | |
tree | 5df134613e4726d9a1b5fa2dc9dae4943b9de556 /docs | |
parent | 03e3a368eb28043cda924397874e572fc8af9c38 (diff) |
qtgui: Disallow use of Qt4
Qt5 is now required. Note that many applications and examples requiring
Qt are currently broken, this does not fix any of them, it just sets up
our CMake environment so we can start fixing them.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in index ac28b0be7c..c078d5bfdd 100644 --- a/docs/doxygen/other/build_guide.dox.in +++ b/docs/doxygen/other/build_guide.dox.in @@ -72,7 +72,7 @@ cppzmq is included (undocumentedly) in the debian and Ubuntu libzmq3-dev package \li gsl (>= 1.10) http://gnuwin32.sourceforge.net/packages/gsl.htm \subsection dep_gr_qtgui gr-qtgui: The QT-based Graphical User Interface -\li qt4 (>= 4.4.0) http://qt.nokia.com/downloads/ +\li qt5 (>= 5.0.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 |