Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler flags setting for .mm files on Mac. | Morten Sorvig | 2009-08-17 | 1 | -2/+1 |
| | | | | | | Commit 7f1cba82 causes {x86, x86_64, ppc, ppc64}.prf to be loaded before objective_c.prf. This will add content to QMAKE_OBJECTIVE_CFLAGS, causing the isEmpty test to skip populating QMAKE_OBJECTIVE_CFLAGS. Remove the isEmpty test to fix the issue. | ||||
* | Remove yet another forgotten debug message. | Morten Sorvig | 2009-08-13 | 1 | -1/+0 |
| | |||||
* | Pick a suitable default architecture for qmake-based applications. | Morten Sorvig | 2009-08-13 | 1 | -0/+16 |
| | | | | | | | | | If the Qt package contains one of x86 and x86_64, pick that one. If it contains both then use the compiler default. Make a similiar decision for PowerPC-based systems. Note that this logic assumes that Qt has been configured with an architecture that is usable on the system. Reviewed-by: Marius Storm-Olsen | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 10 | -0/+87 |