aboutsummaryrefslogtreecommitdiffstats
path: root/gnuwin32/README
Commit message (Collapse)AuthorAgeFilesLines
* Remove gnuwin32 - it is provided through provisioningFrederik Gladhorn2019-10-031-9/+0
| | | | | | | | | | | | | | | | | | Having a few windows specific tools in qt5.git was always strange. We now provision the utilities to the machines, so remove them from qt5.git. [ChangeLog][General] GnuWin32 is no longer part of the Qt source code repositories. Instead it can be downloaded from the upstream project at https://gnuwin32.sourceforge.net . For convenience we also make a copy available here: https://download.qt.io/development_releases/gnuwin32/gnuwin32.zip The GnuWin32 tools are needed for building Qt from source on Windows. Binary package downloads are not affected. Task-number: QTBUG-73424 Change-Id: I9212cc2923343f4f84bcba9d1444a90e446dfb8a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
* Add win_flex to the convenience GNU tools for the WebKit build on WindowsSimon Hausmann2012-09-121-0/+9
The latest builds of ANGLE in WebKit require a version of flex that is newer than what GnuWin32 can provide. The only distribution I've found that doesn't pull in all of CygWin is winflexbison. This patch adds the binary of it along with a README explaining the purpose of this gnuwin32 directory altogether. Change-Id: Ia00fa5d628891c9d4c30586f42274c7c602362ce Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>