Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed tst_qmake failing to compile when QMAKE_CROSS_COMPILED is defined. | Rohan McGovern | 2009-06-09 | 1 | -1/+2 |
| | |||||
* | Fixed qmake writing targets into the root of the current drive when | Rohan McGovern | 2009-05-26 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | DESTDIR=./ and using Windows, nmake and shadow builds. qmake would canonicalize the DESTDIR of "./" to "". Then it would check if the original DESTDIR ended with "/", and if so, append it to the new DESTDIR, resulting in a DESTDIR of "/" - the root of the current drive. Don't do that. This bug doesn't occur with in-source builds because qmake detects that the source and build directories are the same directory and replaces the DESTDIR of "./" with "" before it reaches the buggy code. Autotest: included Reviewed-by: Lincoln Ramsay | ||||
* | In qmake tests, allow child environment to be manipulated | João Abecasis | 2009-04-02 | 1 | -2/+2 |
| | | | | | | ... without having to change the parent process's environment. Reviewed-by: mariusSO | ||||
* | Spring cleaning in qmake tests | João Abecasis | 2009-04-02 | 1 | -12/+6 |
| | | | | | | | | | | And some indentation fixes in qmake itself. Fixes indentation; TRUE => true; FALSE => false; #includes and #defines cleanup; removes dead code; comments... and somewhere along the way marked a function static. Reviewed-by: mariusSO | ||||
* | Remove dependency on Qt3 support from qmake tests | João Abecasis | 2009-04-02 | 1 | -9/+7 |
| | | | | | | | | | Qt3 support prevented the tests from running on Mac Cocoa. Also started some Spring cleaning (it's just around the corner!) and applied some YAGNI :-) Reviewed-by: NRC Reviewed-by: mariusSO | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+437 |