summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian/linux-armcc/qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Added some libraries.axis2009-12-111-1/+3
| | | | | | | | These should be moved later on. Conflicts: mkspecs/symbian/linux-armcc/qmake.conf
* Increased section base address to avoid overlap at link time.axis2009-12-111-1/+1
|
* Added support for QT_*_STATICLIB variables in qmake.axis2009-12-111-3/+4
| | | | This is so that Symbian can have custom prefixes and extensions.
* Added the Qt tree to search paths.axis2009-12-111-0/+2
| | | | | | Conflicts: mkspecs/symbian/linux-armcc/qmake.conf
* Switched to using ABIv2 format to generate Symbian binaries.axis2009-12-111-2/+2
| | | | | This means using elf2e32 instead of elftran, and eliminates the need for generating exports manually.
* Merge branch 'qmakeShlibFixes'axis2009-12-111-0/+5
|\
| * Made Symbian use QMAKE_SYMBIAN_SHLIB and QMAKE_PREFIX_SHLIB variablesaxis2009-10-231-0/+5
| |
* | Added automatic mangling of LIBS to include vtable exports.axis2009-11-131-2/+1
|/
* Added support for both lib and app templates.axis2009-10-231-3/+5
|
* Fixed some compiler flags and defines for the Symbian platform.axis2009-10-231-2/+4
|
* Added default libraries for Symbian.axis2009-10-231-1/+2
|
* Added libraries for S60 to the linux mkspec.axis2009-10-231-0/+3
|
* Switch to correct architecture for Symbian.axis2009-10-231-1/+1
|
* Add extra linker options to RVCT.axis2009-10-231-0/+2
| | | | | | These are needed to set correct entry point, as well as deal with the delicate symbol handling on Symbian. The symbols will be resolved properly later on by the elftran tool.
* Enable RVCT type linker options.axis2009-10-231-1/+1
|
* Temporarily fixed the architecture for S60.axis2009-10-231-0/+2
| | | | | This should ideally be detected by configure, but we hack it for now. This patch should be reverted.
* Enabled static lib creation using armar.axis2009-10-231-3/+0
| | | | s60main now links!
* Added various defines and includes to make Qt for S60 compile.axis2009-10-231-1/+5
|
* Removed the linux configuration from the armcc mkspec.axis2009-10-231-1/+20
| | | | It contains too much stuff we don't need.
* Skeleton for a native symbian makespec.axis2009-10-231-0/+13
The goal is to make this one work completely without abld or sbs.