Qt-interest Archive, April 2008
Prevent console window from showing
Message 1 in thread
Hi all,
Perhaps the doc has the answer on this, but I just can't find it.
Anyway, how to prevent the console window from showing up
every time I run my Qt app?
I do development on Windows, with Qt compiled from source,
not the MinGW one.
Thanks.
--
[ signature omitted ]
Message 2 in thread
Hi,
if you compiled Qt from source on Windows without MinGW, I suppose that
you used some Visual Studio version. And if you did not use qmake in
order to create a Qt gui application, it may be a linker setting in your
project.
Please look if the ProjectProperties->Linker->Systen->SubSystem is set
to Window rather than to Console.
Good luck,
Alessandro
Barkah Yusuf Widodo wrote:
> Hi all,
>
> Perhaps the doc has the answer on this, but I just can't find it.
> Anyway, how to prevent the console window from showing up
> every time I run my Qt app?
>
> I do development on Windows, with Qt compiled from source,
> not the MinGW one.
>
> Thanks.
--
[ signature omitted ]