i have a Qt application.
when i run this application, there is a console opening behind the application. in development it is nice because i see debug outputs on the console.
now, i want to give this executable to the customer and i dont want to any console window. how can i hide it??
(ps. i use Visual Studio 2008)