Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missign license headers. | Jason McDonald | 2010-05-28 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 | 2 | -29/+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 | 3 | -228/+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. | ||||
* | Properly get the paths for the compiler-provided libs | Thomas Zander | 2010-03-02 | 2 | -14/+20 |
| | | | | | | I call g++ to tell me the library paths for the compiler so I can pass that on to ld. I'm a bit confused why this is needed, need to find out if thats expected behavior for gcce | ||||
* | Make per-library settings for the gcce linker/compiler | Thomas Zander | 2010-02-25 | 3 | -15/+33 |
| | | | | | | | 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 | ||||
* | Found a way to not hardcode the paths for dso / lib files | Thomas Zander | 2010-02-25 | 2 | -5/+5 |
| | |||||
* | Make gcce xcompiler for symbian compile+link QtCore | Thomas Zander | 2010-02-24 | 4 | -25/+53 |
| | | | | | 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 | 6 | -0/+260 |