On 06/25/2012 04:14 PM, ext Fatih Küçükyavuz wrote:
> Is there any way to build my Qt application with X11 support
> that can run in Windows OS?
I was going to say cygwin.
> There is also a XPortMinGW project for minGW. But I do not know if it
> works for Qt applications.
This will be mostly the
I know it is weird but I need to execute a Qt GUI application that
supports X11 protocol on MS Windows platform.
It is obvious that if I build my Qt source code in Unix environment it
automatically becomes an X11 application and this application can be
run only on Unix Operating Systems, not MS Wi
Jason,
I think it's cool. I would have been nice if you had at least included the
private files needed, but I hunted them down and got it working;) I'm
trying to build Qt remotely on a web server so I can try to use it for CGI
scripts so maybe your concept will come in handy.
I'm not very familiar