Commit Graph

13 Commits

Author SHA1 Message Date
Mark Brand e70f7af62e package qt: patch file housekeeping 2010-10-15 16:05:57 +02:00
Mark Brand 77fbebd523 package qt: fix for cross pkg-config 2010-10-10 11:19:42 +02:00
Mark Brand c14b6b2b5f upgrade package qt 2010-09-21 15:31:48 +02:00
Mark Brand adf5a5c693 package qt: updated patch attributions 2010-08-31 09:06:01 +02:00
Mark Brand 86870a0592 package qt: fix for using svg plugin 2010-08-30 15:56:37 +02:00
Mark Brand 29cbf792ad package qt: fix failure of -debug-and-release configure option
By default, Qt is configured with "-release" in mingw-cross-env.

But, it was recently brought to my attention that
"-debug-and-release" did not work. This patch allows it to work.

The "-debug-and-release" configure option means that
both release and debug libraries are built.
2010-08-30 01:58:37 +02:00
Mark Brand bbee76e2c1 upgrade package qt 2010-08-26 22:45:04 +02:00
Mark Brand 4730d5261b enable webkit in package qt 2010-06-06 00:56:26 +02:00
Mark Brand 4b6a9eb0e2 improvements for package qt
Several improvments made to building Qt. One is the removal of the
"-isystem" hack for putting the mingwrt at the top of the include
path search list to solve the float.h problem.
2010-06-05 13:22:58 +02:00
Volker Grabsch 6d0a6a6829 upgrade package qt to 4.7.0-beta1 (by Mark Brand) 2010-05-31 11:04:18 +00:00
Mark Brand de262df289 fix configure script so "windows" is not a Mac architecture in package qt 2010-05-21 09:41:30 +02:00
Mark Brand 0d332f41f0 use correct options for arch and largefile for windows target of package qt
Previously we did not specify -arch, so the configure script used
the host architecture as the default. This worked as long as the
host and target architectures matched. That's why we had to force
it with -host-arch i386 to make it work on 64 bit hosts.

The correct value "windows" may have different properties than
i386, but this has not be researched. In any case "windows" is
the value use by the binary executable configure tool for windows.

Additionally, the configure script did not respect -arch when
cross-building on MAC. Now CFG_ARCH is set automatically to
windows to cover this case.

Also, "-largefile" is not appropriate for Windows. Now specify
"-no-largefile" to avoid defintions meant for Unix. Windows
apparently still has its largefile support.
2010-05-20 01:50:31 +02:00
Volker Grabsch 6f45b35ff4 improved naming of patch files 2010-05-14 19:59:46 +02:00
Renamed from src/qt-win32.patch (Browse further)