Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package qt: improved handling of liblcms dependency | Mark Brand | 2010-11-16 | 1 | -4/+27 |
| | |||||
* | upgrade package qt | Mark Brand | 2010-11-09 | 1 | -1776/+73 |
| | |||||
* | package qt: updated patch attributions | Mark Brand | 2010-10-21 | 1 | -7/+15 |
| | |||||
* | package qt: patch file housekeeping | Mark Brand | 2010-10-15 | 1 | -26/+99 |
| | |||||
* | package qt: fix for cross pkg-config | Mark Brand | 2010-10-10 | 1 | -0/+25 |
| | |||||
* | upgrade package qt | Mark Brand | 2010-09-21 | 1 | -23/+612 |
| | |||||
* | package qt: updated patch attributions | Mark Brand | 2010-08-31 | 1 | -34/+41 |
| | |||||
* | package qt: fix for using svg plugin | Mark Brand | 2010-08-30 | 1 | -0/+23 |
| | |||||
* | package qt: fix failure of -debug-and-release configure option | Mark Brand | 2010-08-29 | 1 | -0/+42 |
| | | | | | | | | | | 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. | ||||
* | upgrade package qt | Mark Brand | 2010-08-26 | 1 | -1089/+1052 |
| | |||||
* | enable webkit in package qt | Mark Brand | 2010-06-05 | 1 | -48/+57 |
| | |||||
* | improvements for package qt | Mark Brand | 2010-06-05 | 1 | -202/+279 |
| | | | | | | 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. | ||||
* | upgrade package qt to 4.7.0-beta1 (by Mark Brand) | Volker Grabsch | 2010-05-31 | 1 | -515/+716 |
| | |||||
* | fix configure script so "windows" is not a Mac architecture in package qt | Mark Brand | 2010-05-21 | 1 | -14/+25 |
| | |||||
* | use correct options for arch and largefile for windows target of package qt | Mark Brand | 2010-05-19 | 1 | -12/+22 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | improved naming of patch files | Volker Grabsch | 2010-05-14 | 1 | -0/+838 |