From 5fe246170d7049bfcd8df3900b75022a32cdc4e5 Mon Sep 17 00:00:00 2001 From: Michael L Dickens Date: Thu, 3 Jan 2013 10:28:46 -0500 Subject: GrUseQt4 -> GrSetupQt4, since that's what it really does. --- gr-qtgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-qtgui') 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 -- cgit