#37076: gnuradio: gr-qtgui - can't find Qt4 during build process -----------------------------------+------------------------- Reporter: sebastian.herzberg@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: gnuradio-qtgui | -----------------------------------+------------------------- Comment (by michaelld@…): The new GNU Radio ports use the variant "+qtgui" to enable the use of Qt in this way. To replicate the old gnuradio port, you'd use "sudo port install gnuradio +full +python27" for example if you want to use Python 2.7. If the "+qtgui" variant is not set, then Qt4 will not be required and you will see what you saw. That said, it's certainly possible that CMake isn't finding the installed Qt4 for some reason. If using the variant doesn't work, then please do: {{{ sudo port clean gnuradio sudo port -d configure gnuradio +qtgui [+ other variants] > ~/Desktop/gr- qtgui-conf-out.txt 2>&1 }}} and then post the output file to this ticket. -- Ticket URL: <https://trac.macports.org/ticket/37076#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS