summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-09-13 16:16:49 -0400
committerTom Rondeau <tom@trondeau.com>2013-09-13 16:16:49 -0400
commit8fd3be0a5e4a7a24af2143fb238535e3832e79af (patch)
treed689106de3ec4eca65023fe84a5f0845d6dc3c1b
parentc1f6d826ab433e0e92e351431b074f1bb8de0846 (diff)
qtgui: installing all examples.
-rw-r--r--gr-qtgui/examples/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/gr-qtgui/examples/CMakeLists.txt b/gr-qtgui/examples/CMakeLists.txt
index 998d17bd91..fafa4d77ad 100644
--- a/gr-qtgui/examples/CMakeLists.txt
+++ b/gr-qtgui/examples/CMakeLists.txt
@@ -20,10 +20,24 @@
include(GrPython)
GR_PYTHON_INSTALL(PROGRAMS
+ pyqt_const_c.py
pyqt_example_c.py
pyqt_example_f.py
+ pyqt_freq_c.py
+ pyqt_freq_f.py
pyqt_time_c.py
pyqt_time_f.py
+ pyqt_time_raster_b.py
+ pyqt_time_raster_f.py
+ pyqt_waterfall_c.py
+ pyqt_waterfall_f.py
DESTINATION ${GR_PKG_QTGUI_EXAMPLES_DIR}
COMPONENT "qtgui_python"
)
+
+install(
+ FILES
+ dark.qss
+ DESTINATION ${GR_PKG_QTGUI_EXAMPLES_DIR}
+ COMPONENT "qtgui_python"
+)