diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-03 11:35:35 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-03 12:26:34 -0400 |
commit | 7dc08ba2875c0dace0432cd514add6ce2b085f44 (patch) | |
tree | e6a01fd07cd6c24040886a805105e6323a969834 /gr-qtgui/examples | |
parent | 0dd3e32b5526c085a983d7ff235bac61ec2c52ff (diff) |
examples: Reworked locations and installation of examples.
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
Diffstat (limited to 'gr-qtgui/examples')
-rw-r--r-- | gr-qtgui/examples/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/examples/CMakeLists.txt b/gr-qtgui/examples/CMakeLists.txt index 30fdc5e75e..4622bec294 100644 --- a/gr-qtgui/examples/CMakeLists.txt +++ b/gr-qtgui/examples/CMakeLists.txt @@ -24,6 +24,6 @@ GR_PYTHON_INSTALL(PROGRAMS pyqt_example_f.py pyqt_time_c.py pyqt_time_f.py - DESTINATION ${GR_PKG_DATA_DIR}/examples/qt-gui - COMPONENT "gnuradio_examples" + DESTINATION ${GR_PKG_QTGUI_EXAMPLES_DIR} + COMPONENT "qtgui_python" ) |