summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian/linux-gcce
Commit message (Collapse)AuthorAgeFilesLines
* Enabled compilation of plugins again.axis2010-03-161-0/+1
|
* Fixed a building bug where the DLL entry point was undefined.axis2010-03-151-1/+1
|
* Make sure that we have all compile flags available alwaysThomas Zander2010-03-092-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 fileThomas Zander2010-03-023-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 libsThomas Zander2010-03-022-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/compilerThomas Zander2010-02-253-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 filesThomas Zander2010-02-252-5/+5
|
* Make gcce xcompiler for symbian compile+link QtCoreThomas Zander2010-02-244-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 Zander2010-02-246-0/+260