Re: [CMake] [vtkusers] How to hide the console for a VTK/Qt app

2009-04-07 Thread Bill Hoffman
John Drescher wrote: if(WIN32) set_target_properties(WindowApplicationExample PROPERTIES LINK_FLAGS_DEBUG "/SUBSYSTEM:CONSOLE") set_target_properties(WindowApplicationExample PROPERTIES RELWITHDEBINFO "/SUBSYSTEM:CONSOLE") set_target_properties(WindowApplicationExample PROPERTIES LI

Re: [CMake] [vtkusers] How to hide the console for a VTK/Qt app

2009-04-06 Thread John Drescher
On Mon, Apr 6, 2009 at 5:06 PM, John Drescher wrote: > On Mon, Apr 6, 2009 at 4:59 PM, Jim wrote: >> >> Dear vtkusers, >> >> While executing VTK examples such as qtevents, a black (debugging) console >> like Windows Command Prompt pops up. This doesn't look nice if my customers >> see it. How can