[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: qtgui: c++ example cmake fix
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: qtgui: c++ example cmake fix |
Date: |
Tue, 20 Sep 2016 14:00:31 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 7566a55d929eab238c9066572b865164042b2aa0
Author: Bastian Bloessl <address@hidden>
Date: Tue Sep 20 13:35:10 2016 +0200
qtgui: c++ example cmake fix
---
gr-qtgui/examples/c++/CMakeLists.txt | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gr-qtgui/examples/c++/CMakeLists.txt
b/gr-qtgui/examples/c++/CMakeLists.txt
index ad84287..239b5db 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)