summaryrefslogtreecommitdiff
path: root/gr-qtgui/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-01-03GrUseQt4 -> GrSetupQt4, since that's what it really does.Michael L Dickens
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-03examples: Reworked locations and installation of examples.Tom Rondeau
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
2011-12-11qtgui: include QT_USE_FILE only when enabledJosh Blum
2011-10-24examples: making both autotools and cmake install all the same examples.Tom Rondeau
2011-10-23cmake: make python checks optional for cross buildsJosh Blum
2011-10-20docs: installing README files.Tom Rondeau
2011-10-19cmake: fix that component depends on component hackJosh Blum
2011-10-11Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
Conflicts: gr-digital/include/digital_constellation.h
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum