diff options
author | Tom Rondeau | 2011-04-24 02:02:48 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-24 02:02:48 -0400 |
commit | 5af704f3d36497506d50f685c9e2a930da0a0282 (patch) | |
tree | 051bf11f81c123bbc34de59ac844c3f5781ee954 /gr-qtgui/apps/Makefile.am | |
parent | 83c1463ef9aa550d8c44cd259cf14dea433e1973 (diff) | |
download | gnuradio-5af704f3d36497506d50f685c9e2a930da0a0282.tar.gz gnuradio-5af704f3d36497506d50f685c9e2a930da0a0282.tar.bz2 gnuradio-5af704f3d36497506d50f685c9e2a930da0a0282.zip |
gr-qtgui: adding example for using the new qt_time_sink_c interface.
Diffstat (limited to 'gr-qtgui/apps/Makefile.am')
-rw-r--r-- | gr-qtgui/apps/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/apps/Makefile.am b/gr-qtgui/apps/Makefile.am index c8d967334..7b35d949e 100644 --- a/gr-qtgui/apps/Makefile.am +++ b/gr-qtgui/apps/Makefile.am @@ -30,6 +30,7 @@ nodist_bin_SCRIPTS = \ noinst_PYTHON = \ pyqt_example_f.py \ pyqt_example_c.py \ + pyqt_time_c.py \ qt_digital.py \ qt_digital_window.py \ usrp2_display.py \ |