Hello ruiy!
The display_qt example is compiled when you compile GNU Radio with
gr-qtgui. So the executable should have the following path:
gnuradio/build/gr-qtgui/examples/c++/display_qt
If you want to rewrite CMakeLists.txt to compile it alone, I believe I can
help with that. :) I'm not an expe
I discover a example about how to compile the qtgui in c++. The example's path
is "gnuradio/gr-qtgui/examples/c++/display_qt.cc"(The website is
https://github.com/gnuradio/gnuradio/tree/master/gr-qtgui/examples/c%2B%2B).
But I don't know how to compile it singlely. I try to rewrite the
CMakeLis