summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian/linux-gcce
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the symbian/linux-* mkspecs to symbian-*.axis2010-10-213-143/+0
| | | | | | | | | | | | This was done for a number of reasons: - In order to get better consistency with the other mkspecs, which have the target system name followed by a hyphen and the compiler name. - There is no real reason why we should have specific mkspecs for compiling Symbian under Linux, when it is equally likely to work under other operating systems. RevBy: Thomas Zander
* Add missign license headers.Jason McDonald2010-05-281-0/+41
| | | | Reviewed-by: Trust Me
* Allow EPOCROOT env var to be without trailing slash.Thomas Zander2010-05-101-8/+8
|
* s/QMAKE_RPATH/QMAKE_LFLAGS_RPATH/Oswald Buddenhagen2010-04-301-1/+1
| | | | Reviewed-by: joerg
* Various fixes for symbian/gcce building.Thomas Zander2010-04-071-4/+7
|
* 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