convert console to windows app
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
Re: convert console to windows app
In your project properties go to the linker section, there choose in the SubSystem line 'windows' instead of 'console'.