summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Bloessl <bloessl@ccs-labs.org>2016-09-20 13:35:10 +0200
committerBastian Bloessl <bloessl@ccs-labs.org>2016-09-20 13:35:10 +0200
commit7566a55d929eab238c9066572b865164042b2aa0 (patch)
tree9e30b1a6c716fb536192963937a7ad81246d3f4e
parent0ae47375f8de509d059a8a23620458131fecd17e (diff)
qtgui: c++ example cmake fix
-rw-r--r--gr-qtgui/examples/c++/CMakeLists.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/gr-qtgui/examples/c++/CMakeLists.txt b/gr-qtgui/examples/c++/CMakeLists.txt
index ad84287367..239b5dbf42 100644
--- a/gr-qtgui/examples/c++/CMakeLists.txt
+++ b/gr-qtgui/examples/c++/CMakeLists.txt
@@ -18,14 +18,14 @@
# Boston, MA 02110-1301, USA.
include_directories(
- ${GR_QTGUI_INCLUDE_DIRS}
- ${GR_ANALOG_INCLUDE_DIRS}
- ${GR_FILTER_INCLUDE_DIRS}
- ${GR_BLOCKS_INCLUDE_DIRS}
- ${GR_FFT_INCLUDE_DIRS}
- ${GNURADIO_RUNTIME_INCLUDE_DIRS}
- ${QT_INCLUDE_DIRS}
- ${Boost_INCLUDE_DIRS}
+ ${GR_QTGUI_INCLUDE_DIRS}
+ ${GR_ANALOG_INCLUDE_DIRS}
+ ${GR_FILTER_INCLUDE_DIRS}
+ ${GR_BLOCKS_INCLUDE_DIRS}
+ ${GR_FFT_INCLUDE_DIRS}
+ ${GNURADIO_RUNTIME_INCLUDE_DIRS}
+ ${QT_INCLUDE_DIRS}
+ ${Boost_INCLUDE_DIRS}
)
list(APPEND QTGUI_LIBRARIES
@@ -35,7 +35,6 @@ list(APPEND QTGUI_LIBRARIES
gnuradio-blocks
gnuradio-fft
gnuradio-runtime
- ${QWT_LIBRARY_DIRS}
)
QT4_WRAP_CPP(qtgui_moc_sources display_qt.h)