[Qt-interest] How to deploy Application successfully compiled using QT in Cygwin in Windows?
Wilson Pok
wilson2785 at hotmail.com
Mon Sep 7 19:32:37 CEST 2009
> From: jwm at nei.nih.gov
> Date: Mon, 7 Sep 2009 10:36:41 -0400
> Why did you compile QT in cygwin on Windows? Why not just install Qt for
> windows. If you compile your Qt application using MinGW, all you have to
> deploy with your application is the mingw10.dll. Your application won't
> need an X-server. An application compiled under cygwin will require
> users to install cygwin on their computers and start cygwin's X-server
> prior to using your application.
This is because the following header files in my appplications are in Cygwin but not in Qt.
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
I tried to copy the header files over to Qt and compile but it wont work as each of these header files has included other Cygwin header files.
Actually, I would prefer to compile directly using Qt if I am able to. Any help?
Thanks,
Wilson
_________________________________________________________________
With Windows Live, you can organize, edit, and share your photos.
http://www.microsoft.com/singapore/windows/windowslive/products/photo-gallery-edit.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090908/8fe0bfa7/attachment.html
More information about the Qt-interest-old
mailing list