summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qnx-g++
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* add TARGET_PLATFORM to qmakespecs with MAKEFILE_GENERATOR = UNIXOswald Buddenhagen2010-02-261-0/+1
| | | | | | | | | | the unix makefile generator can make files for "regular" unixes and macos (the difference being the framework handling). so far, the output choice was hard-wired to the host platform. the previous commit made that soft-configurable, and this one exploits this capability to enable limited cross-building. Reviewed-by: mariusSO
* Refactor common POSIX support out of individual qplatformdefs.hJoão Abecasis2010-01-221-29/+2
| | | | | | POSIX header incorporates previously refactored X/Open LFS extensions. Reviewed-by: Thiago Macieira
* Refactor common X/Open LFS support out of individual qplatformdefs.hJoão Abecasis2010-01-221-42/+1
| | | | Reviewed-by: Thiago Macieira
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* 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