Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make gcce xcompiler for symbian compile+link QtCore | Thomas Zander | 2010-02-24 | 1 | -0/+1 |
| | | | | | This moves some stuff from the common to linux-armcc specific and updates the cloned gcce specs to do the right thing. | ||||
* | Fixed some compiler flags and defines for the Symbian platform. | axis | 2009-10-23 | 1 | -2/+2 |
| | |||||
* | Suppressed some warnings from RVCT. | axis | 2009-10-23 | 1 | -1/+1 |
| | | | | This pattern is used all over Qt. | ||||
* | Fixed incorrect compiler parameter. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Enabled static lib creation using armar. | axis | 2009-10-23 | 1 | -0/+3 |
| | | | | s60main now links! | ||||
* | Enabled exceptions for S60 builds. | axis | 2009-10-23 | 1 | -1/+1 |
| | | | | | This should probably be reverted later, and added to configure. Right now, I'm mostly interested in making it compile. | ||||
* | Switched to unoptimized builds when doing debug mode. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Added various defines and includes to make Qt for S60 compile. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Removed leftover gcc arguments. | axis | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Skeleton for a native symbian makespec. | axis | 2009-10-23 | 1 | -0/+37 |
The goal is to make this one work completely without abld or sbs. |