summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/c++/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* qtgui: Disallow use of Qt4Martin Braun2018-11-151-6/+2
| | | | | | Qt5 is now required. Note that many applications and examples requiring Qt are currently broken, this does not fix any of them, it just sets up our CMake environment so we can start fixing them.
* Merge branch 'master' into nextJohnathan Corgan2016-09-201-9/+8
|\ | | | | | | | | Conflicts: gr-qtgui/examples/c++/CMakeLists.txt
| * qtgui: c++ example cmake fixBastian Bloessl2016-09-201-9/+8
| |
* | Merge branch 'next' into next-qt5Johnathan Corgan2016-08-031-1/+0
|\ \ | | | | | | | | | | | | Conflicts: gr-qtgui/grc/CMakeLists.txt
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
| |/ | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* | gr-qtgui: Allow build with Qt4 or Qt5 (default)Paul Cercueil2016-06-211-3/+8
| | | | | | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
* | qtgui: Fixes for edit_box_msg to work with QT5.Tom Rondeau2016-04-281-2/+3
|/
* qtgui: added C++-only QTGUI application example.Tom Rondeau2016-04-191-0/+49