summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/symbian/symbian-makefile.conf
Commit message (Collapse)AuthorAgeFilesLines
* Support debuggable in the makefile build systemLiang Qi2011-08-021-0/+5
| | | | | | Task-number: QTBUG-20697 Reviewed-by: Shane Kearns Reviewed-by: Miikka Heikkinen
* Add the auto detection for OpenGL in configure for makefile build system on ↵Liang Qi2011-04-011-0/+11
| | | | | | | | Symbian. Task-number: QTBUG-18485 Reviewed-by: Miikka Heikkinen Reviewed-by: axis
* Fixed incorrect referral to an include file.axis2011-03-041-1/+1
| | | | | | | Better to make it relative to the profile. That way it is always found, regardless of where Qt is located. RevBy: Liang Qi
* Added object script support to RVCT when using MinGW qmake generator.axis2011-03-041-0/+2
| | | | RevBy: Oswald Buddenhagen
* Added Symbian makefile building support using MinGW backend.axis2011-03-041-1/+5
| | | | RevBy: Oswald Buddenhagen
* Added Symbian deployment localization for makefile build system.axis2011-03-041-3/+9
| | | | | | | | | | | | | This is a complement to the 16575f7aef840b6aae0dc767468ab713fbcfd7a6 commit, which adds localization based on TRANSLATIONS keywords for Raptor and abld. In addition, since the __PRODUCT_INCLUDE__ define was creating a lot of trouble regarding < and >, it was refactored into its own source file, which is automatically included before every source file. Task: QTBUG-15292 RevBy: Miikka Heikkinen
* Fixed various quotation problems when porting to Windows.axis2011-02-181-2/+2
| | | | | | These should work for both Windows and UNIX platforms. RevBy: Thomas Zander
* Fixed wrong static library extension on Symbian.axis2011-02-031-2/+0
| | | | | | | | | | After commit a1ba5568da6c57e, which moved the extension definitions from the symbian-makefile.conf to symbian.conf, the QMAKE_EXTENSION_STATICLIB was wrong because unix.conf was included later and overwrote it. Turns out we don't need unix.conf, so I just removed it. RevBy: Trust me
* Make QMAKE_EXTENSION_SHLIB and friends work in all Symbian mkspecs.Miikka Heikkinen2011-01-211-3/+0
| | | | Reviewed-by: axis
* Fixed additional case differences between Gnupoc and Symbian^3.axis2010-07-301-1/+6
| | | | RevBy: Trust me
* Fixed memory restrictions not being passed on to elf2e32.axis2010-06-241-2/+0
| | | | | Task: QTBUG-11351 RevBy: Trust me
* Moved runonphone target to prf files for all build systems.axis2010-06-111-1/+0
| | | | | | This reduces code duplication. RevBy: Miikka Heikkinen
* escape backslashesOswald Buddenhagen2010-05-261-1/+1
| | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* Add 'runonphone' target for symbian / makefileThomas Zander2010-05-121-0/+1
| | | | | | This new target simply takes a sis file and runs the app on phone. Reviewed-by: Shane Kearns
* Cleaned up the elf2e32 options a bit.axis2010-05-031-1/+7
|
* Merge branch 'defFilesAndMisc'axis2010-03-081-0/+2
|\ | | | | | | | | | | Conflicts: mkspecs/common/symbian/symbian-makefile.conf mkspecs/symbian/features/symbian_building.prf
| * Added Symbian def file support to Linux build system.axis2010-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | This also switches the official def file variable in qmake profiles to DEF_FILE. Support for freezing def files was also added, but needs more work and is therefore disabled for now. Task: QTBUG-7510 Task: QTBUG-8052
* | Make the symbian_building.prf be shared fileThomas Zander2010-03-021-0/+19
| | | | | | | | | | 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.
* | Clone the symbian/armcc mkspec for symbian/gcce. Very first start.Thomas Zander2010-02-241-12/+0
|/
* Made some changes after code review.axis2010-02-121-1/+1
| | | | | | | | | | | - Changed makefile generator name to SYMBIAN_UNIX, to be more in line with the other generators. - Explained the reason for avoiding virtual inheritance in a bit more detail. - Removed an unnecessary string replacement. - Fixed the location of s60 plugins for MMP based generators. RevBy: Miikka Heikkinen
* Merge branch 'pkgGeneratorForLinux'axis2010-02-091-1/+1
|\ | | | | | | | | Conflicts: mkspecs/symbian/linux-armcc/features/symbian_building.prf
| * Implemented pkg generator for the symbian/linux-armcc mkspec.axis2010-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | It reuses almost everything from the original pkg generator, but the code had to be restructured to accomodate for the new makefile generator. In addition a few new codepaths and profile changes had to be introduced to cope with the fact that this mkspec puts files in different places than Symbian does (inside $QTDIR/lib instead of $EPOCROOT/...). This enables the pkg generator to generate correct pkg files for Qt itself, but applications will not work yet because they also require generated rss files.
* | Fixed compilation in ARM mode.axis2010-02-041-1/+1
| | | | | | | | An extra define needs to change between ARM/Thumb.
* | Fixed compiler arguments when compiling in debug/release mode.axis2010-02-041-0/+4
|/
* Reorganized the Symbian build system profiles.axis2010-01-121-0/+32
Now we try share as much as possible between the different Symbian build systems, so that changes made to the MMP systems will also work in the makefile based one.