2012/5/14 Patrik Tast :
> Hi,
>
>
>> File in question for reference:
>> http://gnuradio.org/cgit/gnuradio.git/tree/cmake/Modules/FindQwt.cmake
>>
>
> Could the *find that dependency* be automatized using locate and grep
> instead of hard-coding where to look in?
> I'm using latest qwt for other del
I tried to install gnuradio from git on my machine. The only problem I
encountered is that the qwt library could not be found (ie. gr-qtgui
was disabled). Attached is a patch, to solve this problem. It includes
the /usr/lib64 directory and qwt5 library.
Furthermore, if anyone is interested, the li