From 9ae8997e5f682bc16e58c0a0bba21794dbd705c5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 6 Dec 2010 22:46:39 -0500 Subject: qtgui: created a forms module with a slider and text box, implemented in grc --- gr-qtgui/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gr-qtgui/Makefile.am') diff --git a/gr-qtgui/Makefile.am b/gr-qtgui/Makefile.am index d53f96c1f..66746e5e8 100644 --- a/gr-qtgui/Makefile.am +++ b/gr-qtgui/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2008 Free Software Foundation, Inc. +# Copyright 2008-2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -23,3 +23,8 @@ include $(top_srcdir)/Makefile.common SUBDIRS = src DIST_SUBDIRS = src + +if PYTHON +SUBDIRS += grc +SUBDIRS += python +endif -- cgit From e30f0a7ca02801732ad7a25ab83e1d27dc45c6ce Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 20 Jan 2011 22:31:31 -0800 Subject: 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. --- gr-qtgui/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-qtgui/Makefile.am') diff --git a/gr-qtgui/Makefile.am b/gr-qtgui/Makefile.am index 66746e5e8..30b249589 100644 --- a/gr-qtgui/Makefile.am +++ b/gr-qtgui/Makefile.am @@ -26,5 +26,4 @@ DIST_SUBDIRS = src if PYTHON SUBDIRS += grc -SUBDIRS += python endif -- cgit From b4bd3e47189932b42ce821bb7076fce811b3e3eb Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Mon, 14 Mar 2011 20:31:38 -0700 Subject: qtgui: fix distcheck error --- gr-qtgui/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-qtgui/Makefile.am') diff --git a/gr-qtgui/Makefile.am b/gr-qtgui/Makefile.am index 30b249589..e794266cb 100644 --- a/gr-qtgui/Makefile.am +++ b/gr-qtgui/Makefile.am @@ -26,4 +26,5 @@ DIST_SUBDIRS = src if PYTHON SUBDIRS += grc +DIST_SUBDIRS += grc endif -- cgit