PDA

View Full Version : convert console to windows app



Max Yaffe
13th June 2007, 15:17
I have a console app I created originally using the Visual Studio/ Add New Project Wizard/"Qt Console App". I've converted it to a windows app by adding the GUI libaries. Everything works but when the app launches, it still opens a console window before launching the Windows App (unlike a project created as "Qt Application"). How can I get rid of the console step and just launch the Windows App directly?

Max

high_flyer
13th June 2007, 15:38
In your project properties go to the linker section, there choose in the SubSystem line 'windows' instead of 'console'.