summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qnx-g++
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-051-1/+1
|\
| * Make Qt on QNX compile againHarald Fernengel2009-10-281-1/+1
| | | | | | | | Fix a typo, update the tmp path to match current qws behavior.
* | Introducing QT_MMAPJoão Abecasis2009-10-211-0/+2
|/ | | | | | | In platforms with Large File Support, we use mmap64, to be able to handle offsets (and therefore files) larger than 2Gb. Reviewed-by: Thiago Macieira
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Port of Qt to QNXHarald Fernengel2009-07-292-0/+231
This makes Qt work on QNX 6.4. * no q3support, no phonon * no QSharedMemory, no QSystemSemaphore, no QProcess Reviewed-By: Robert Griebl