Opened 20 years ago
Last modified 19 years ago
#84 new defect
qt4 and cygwin
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | qt4 cygwin windows win32 | Cc: |
Description
qt4.jam requires a slight modification so it will work with cygwin.
change(if [ os.name ] = NT) to (if [ os.name ] in NT CYGWIN)
Note:
See TracTickets
for help on using tickets.

Is that when using Windows build of Qt from cygwin? Is it possible to build Qt natively with cygwin? Will it need the same modification?