summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian/linux-gcce/qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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-091-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 fileThomas Zander2010-03-021-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/compilerThomas Zander2010-02-251-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 QtCoreThomas Zander2010-02-241-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 Zander2010-02-241-0/+16