Why Qt is disabled

why Qt is disabled in cmake
– Found unsuitable Qt version “5.0.1” from /usr/bin/qmake
– QWT Version: 5.2.2

– Python checking for PyQt4
– Python checking for PyQt4 - found

– Configuring gr-qtgui support…
– Dependency Boost_FOUND = TRUE
– Dependency QT4_FOUND = FALSE
– Dependency QWT_FOUND = TRUE
– Dependency ENABLE_VOLK = ON
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT = ON
– Dependency ENABLE_GR_FILTER = ON
– Dependency PYTHONLIBS_FOUND = TRUE
– Dependency PYQT4_FOUND = TRUE
– Disabling gr-qtgui support.
– Override with -DENABLE_GR_QTGUI=ON/OFF
– Boost version: 1.53.0
– Found the following Boost libraries:
– date_time
– program_options
– filesystem
– system
– thread
///////////////////////////////////////////

– ######################################################
– # Gnuradio disabled components
– ######################################################
– * sphinx
– * gr-ctrlport
– * gr-comedi
– * gr-qtgui

On Tue, Oct 29, 2013 at 10:04 AM, Muhammad JUNAID
[email protected] wrote:

why Qt is disabled in cmake
– Found unsuitable Qt version “5.0.1” from /usr/bin/qmake
– QWT Version: 5.2.2

– Python checking for PyQt4
– Python checking for PyQt4 - found

– Configuring gr-qtgui support…
– Dependency Boost_FOUND = TRUE
– Dependency QT4_FOUND = FALSE
^^^^^^^^^^^^^^^^^^^^^
This right here. Notice the error. We only work with QT 4.4 through
the latest 4.8.4; it has not been updated to work with QT5, yet.

Please remember to post relevant information about your operating
systems such as which Linux distro and version.

Tom

On Tue, Oct 29, 2013 at 3:36 PM, Muhammad JUNAID
[email protected] wrote:

Hello Tom

i am using Ubuntu 13.04, how i fix this? i need qt GUI Blocks.

Regards
Muhammad Junaid

Make sure libqt4-dev is installed and that it’s version of qmake is
the one that the system will find by default. ‘qmake -v’ will tell
you. You will also likely have a qmake-qt4 that’s specifically for
QT4.

Also, please remember to address your followup questions to the mailing
list.

Tom