Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | For maemo, do not strip the binaries during the installation. | Adrian Constantin | 2009-12-30 | 1 | -0/+1 |
| | | | | | | The binaries will be stripped during packaging. Reviewed-by: Tom Cooksey | ||||
* | Disable optimisations which break stack traces on Maemo | Tom Cooksey | 2009-11-13 | 1 | -2/+2 |
| | | | | | | | | | The -O2 mode enables omit-frame-pointer & optimize-sibling-calls, which can break stack traces. So, even in release mode, disable these optimisations so that we can at least still get a backtrace when a Qt application dies. Reviewed-By: Stefano Pironato | ||||
* | Generate debug symbols in release mode on Maemo | Tom Cooksey | 2009-11-13 | 1 | -0/+4 |
| | | | | Reviewed-By: Stefano Pironato | ||||
* | Add mkspec for Maemo 5 & 6 | Tom Cooksey | 2009-11-13 | 2 | -0/+70 |
Reviewed-By: Robert Griebl Reviewed-By: Thiago Macieira |