diff options
author | Michael L Dickens | 2013-01-03 10:28:46 -0500 |
---|---|---|
committer | Michael L Dickens | 2013-01-03 10:28:46 -0500 |
commit | 5fe246170d7049bfcd8df3900b75022a32cdc4e5 (patch) | |
tree | 55e49d9ba2af7ace81876a424651dd5c5c8963f1 /gr-qtgui | |
parent | 34d34586ff4b42d392eee73612bb460f4c21c797 (diff) | |
download | gnuradio-5fe246170d7049bfcd8df3900b75022a32cdc4e5.tar.gz gnuradio-5fe246170d7049bfcd8df3900b75022a32cdc4e5.tar.bz2 gnuradio-5fe246170d7049bfcd8df3900b75022a32cdc4e5.zip |
GrUseQt4 -> GrSetupQt4, since that's what it really does.
Diffstat (limited to 'gr-qtgui')
-rw-r--r-- | gr-qtgui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/CMakeLists.txt b/gr-qtgui/CMakeLists.txt index f25564bfc..d7d889e93 100644 --- a/gr-qtgui/CMakeLists.txt +++ b/gr-qtgui/CMakeLists.txt @@ -65,7 +65,7 @@ SET(GR_PKG_QTGUI_EXAMPLES_DIR ${GR_PKG_DATA_DIR}/examples/qt-gui) if(ENABLE_GR_QTGUI) # populate the environment with QT variables -include(GrUseQt4) +include(GrSetupQt4) ######################################################################## # Setup CPack components |