Qt Creator: Difference between revisions
 (Created page with "* Effortless debugging * Full CMake support using CMakeLists.txt - Qt build and run parameters are stored in CMakeLists.txt.user * Set up gnome-terminal to get command line in...")  | 
			
(No difference) 
 | 
Revision as of 15:10, 12 June 2016
- Effortless debugging
 - Full CMake support using CMakeLists.txt - Qt build and run parameters are stored in CMakeLists.txt.user
 - Set up gnome-terminal to get command line input and output going
 
Tools->Options->Environment->Terminal-> dropdown should include: /usr/bin/gnome-terminal -x
- Clunky multi-window support; this gives you a new window that you can put on a different monitor; but you have to keep the Qt Creator command window around, don't use it to edit though bc ctrl-tab may pop you into another window
 
Window-> Open in new window