diff options
author | jcorgan | 2007-03-14 00:11:07 +0000 |
---|---|---|
committer | jcorgan | 2007-03-14 00:11:07 +0000 |
commit | cc84bf9a0219ccc1c23e71f18725aa0a34ef1060 (patch) | |
tree | 3a0c3e62be937e141dce60dcac7e44d197b97abe /gr-qtgui/src/lib/fftdisplay.cc | |
parent | f38a7682e3eb4a8a2bfc36a1c771cbf3cd1bdd0e (diff) | |
download | gnuradio-cc84bf9a0219ccc1c23e71f18725aa0a34ef1060.tar.gz gnuradio-cc84bf9a0219ccc1c23e71f18725aa0a34ef1060.tar.bz2 gnuradio-cc84bf9a0219ccc1c23e71f18725aa0a34ef1060.zip |
Created configuration file for QWT library. This is in lieu of hand installing
a .pc file per the gr-qtgui README. Component gr-qtgui is still disabled in
configure.ac until testing is complete. Requires qwt files to be included using
the #include <qwt/...> syntax; this is the default for binary installations of
the qwt library. Normal users will user run ./configure without any changes.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4745 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-qtgui/src/lib/fftdisplay.cc')
-rw-r--r-- | gr-qtgui/src/lib/fftdisplay.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-qtgui/src/lib/fftdisplay.cc b/gr-qtgui/src/lib/fftdisplay.cc index d70164280..a87e0c095 100644 --- a/gr-qtgui/src/lib/fftdisplay.cc +++ b/gr-qtgui/src/lib/fftdisplay.cc @@ -1,10 +1,10 @@ #ifndef FFT_DISPLAY_CC #define FFT_DISPLAY_CC -#include <qwt_painter.h> -#include <qwt_plot_canvas.h> -#include <qwt_plot_curve.h> -#include <qwt_scale_engine.h> +#include <qwt/qwt_painter.h> +#include <qwt/qwt_plot_canvas.h> +#include <qwt/qwt_plot_curve.h> +#include <qwt/qwt_scale_engine.h> #include <qapplication.h> #include <fftdisplay.h> |