diff options
author | Josh Blum | 2011-01-20 22:31:31 -0800 |
---|---|---|
committer | Josh Blum | 2011-03-01 17:02:06 -0800 |
commit | e30f0a7ca02801732ad7a25ab83e1d27dc45c6ce (patch) | |
tree | 4dce85c1bac97c380c243195ac8d05afa5afc7b2 /config/grc_gr_qtgui.m4 | |
parent | a284640decd1fd6634f35bd1e20fd69b9194a7b6 (diff) | |
download | gnuradio-e30f0a7ca02801732ad7a25ab83e1d27dc45c6ce.tar.gz gnuradio-e30f0a7ca02801732ad7a25ab83e1d27dc45c6ce.tar.bz2 gnuradio-e30f0a7ca02801732ad7a25ab83e1d27dc45c6ce.zip |
grc: added tabbed widget in qtgui for grc
created gui_hint type to handle tab descriptor + position markup,
and to handle the generation of the name of the parent widget.
No support python modules required in gr-qtgui.
Diffstat (limited to 'config/grc_gr_qtgui.m4')
-rw-r--r-- | config/grc_gr_qtgui.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/grc_gr_qtgui.m4 b/config/grc_gr_qtgui.m4 index 4027bb332..c14f984c3 100644 --- a/config/grc_gr_qtgui.m4 +++ b/config/grc_gr_qtgui.m4 @@ -1,4 +1,4 @@ -dnl Copyright 2001,2002,2003,2004,2005,2006,2008 Free Software Foundation, Inc. +dnl Copyright 2001,2002,2003,2004,2005,2006,2008,2011 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl @@ -82,6 +82,7 @@ AC_DEFUN([GRC_GR_QTGUI],[ AC_CONFIG_FILES([ \ gr-qtgui/Makefile \ + gr-qtgui/grc/Makefile \ gr-qtgui/src/Makefile \ gr-qtgui/src/lib/Makefile \ gr-qtgui/src/python/Makefile \ |