[Qt-creator] Supressing Console in Qt Creator

Juan D Guzman lostinthecode at googlemail.com
Tue Mar 10 14:59:03 CET 2009


Hello this is my first post on this list.  I have asked this on the 
qt-interest list but figured it wouldn't hurt to ask here also.

I have a app that when compiled in Qt Creator shows a console window 
while running.  I have already tried the obvious of CONFIG -= console 
and CONFIG += windows and none seem to work.

When I do CONFIG += windows it adds the /SUBSYSTEM:WINDOWS argument to 
the linker but it doesn't remove the /SUBSYSTEM:CONSOLE one so the 
console remains.  when i do CONFIG -= console it doesn't change anything 
in the arguments passed to the linker.

Any suggestions would be appreciated.

Regards,

JD



More information about the Qt-creator-old mailing list