Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow EPOCROOT env var to be without trailing slash. | Thomas Zander | 2010-05-10 | 1 | -8/+8 |
| | |||||
* | s/QMAKE_RPATH/QMAKE_LFLAGS_RPATH/ | Oswald Buddenhagen | 2010-04-30 | 1 | -1/+1 |
| | | | | Reviewed-by: joerg | ||||
* | Various fixes for symbian/gcce building. | Thomas Zander | 2010-04-07 | 1 | -4/+7 |
| | |||||
* | Enabled compilation of plugins again. | axis | 2010-03-16 | 1 | -0/+1 |
| | |||||
* | Fixed a building bug where the DLL entry point was undefined. | axis | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Make sure that we have all compile flags available always | Thomas Zander | 2010-03-09 | 1 | -1/+12 |
| | | | | | | Users may do a CONFIG -= qt which means that the qt.prf won't be loaded. So, lets make sure we don't have any critical properties in those files. | ||||
* | Make the symbian_building.prf be shared file | Thomas Zander | 2010-03-02 | 1 | -0/+31 |
| | | | | | the fork I made for gcce is similar enough to now be shared between gcce and armcc so move stuff around a bit to avoid the code duplication. | ||||
* | Make per-library settings for the gcce linker/compiler | Thomas Zander | 2010-02-25 | 1 | -0/+22 |
| | | | | | | | The defaults are apparently not all that useful in gcce as elf2e32 doesn't like the stuff generated with them. So provide some defaults and make a simple structure to set the gcce-only defaults in one place. The qmake.conf for this mkspec | ||||
* | Make gcce xcompiler for symbian compile+link QtCore | Thomas Zander | 2010-02-24 | 1 | -4/+15 |
| | | | | | This moves some stuff from the common to linux-armcc specific and updates the cloned gcce specs to do the right thing. | ||||
* | Clone the symbian/armcc mkspec for symbian/gcce. Very first start. | Thomas Zander | 2010-02-24 | 1 | -0/+16 |