summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symmake_abld.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-181-0/+2
|\
| * Fixed recursive QMAKE_EXTRA_TARGETS for symbian makefiles.Rohan McGovern2010-03-181-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-111-1/+1
|\ \
| * | don't have every generator duplicate the QMAKE_QMAKE logicOswald Buddenhagen2010-03-031-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-011-16/+37
|\ \ \ | |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-16/+37
| |\ \ | | |/
| | * Fix extensions section in bld.inf when CONFIG contains symbian_testMiikka Heikkinen2010-02-241-1/+1
| | * Basic deployment support for ROM in SymbianMiikka Heikkinen2010-02-241-15/+36
* | | Removed restrictions on file names from the Symbian makefile system.axis2010-02-261-2/+2
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-231-0/+3
|\ \ \ | |/ /
| * | Factored epocRoot implementation out of qmakeGareth Stockwell2010-02-231-0/+3
| * | Revert "Factored epocRoot implementation out of qmake"Thiago Macieira2010-02-211-3/+0
| * | Merge branch 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-02-201-0/+3
| |\ \
| | * \ Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-201-0/+3
| | |\ \ | | | |/
| | | * Factored epocRoot implementation out of qmakeGareth Stockwell2010-02-191-0/+3
| | | * Revert "Factored epocRoot implementation out of qmake"axis2010-02-191-3/+0
| | | * Factored epocRoot implementation out of qmakeGareth Stockwell2010-02-181-0/+3
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-w...axis2010-02-191-33/+0
|\ \ \ \ | |/ / /
| * | | Moved the "sis" target and friends from cpp code to qmake profiles.axis2010-02-191-33/+0
| |/ /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-w...axis2010-02-181-12/+5
|\ \ \ | |/ /
| * | add QMAKE_DEL_TREE (aka. rm -rf) to avoid more hard-coded platform ifdefsOswald Buddenhagen2010-02-121-5/+1
| * | use variables from the spec instead of hard-coding platform ifdefsOswald Buddenhagen2010-02-121-7/+4
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-161-12/+36
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-1/+1
| |\ \ | | |/
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into mas...Pulse Build System2010-01-221-12/+36
| |\ \
| | * \ Merge branch 'merge-request-1601' into master-s60axis2010-01-051-12/+36
| | |\ \
| | | * | Improving parts of commit 2d8d855d.axis2009-11-171-10/+20
| | | * | qmake: add Linux host support to Symbian generatorAnderson Lizardo2009-11-171-12/+30
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-121-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | qmake: use isActiveConfig() instead of hand-crafting comparisonsOswald Buddenhagen2010-02-011-1/+1
| |/ / /
* | | | Implemented pkg generator for the symbian/linux-armcc mkspec.axis2010-02-041-1/+1
|/ / /
* | | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
|/ /
* | Added more specific clean targets for Symbian buildsMiikka Heikkinen2009-12-221-0/+22
* | Tool for launching symbian apps on the phone from windows command lineShane Kearns2009-12-211-5/+1
* | Fixed "make run" target for targets with special characters in them.Miikka Heikkinen2009-12-101-12/+12
* | Changed MIF filename from UID to target name in Symbian.Janne Anttila2009-11-181-1/+2
* | Remove temp dirs workaround for raptor builds onlyShane Kearns2009-11-091-0/+14
|/
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Renamed make 'sisx' target to 'sis' and QT_SISX_* variables to QT_SIS_*Janne Anttila2009-09-031-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Minor fix to space usage in makefile.Janne Anttila2009-08-281-1/+1
* Changed createpackage parameters to be more consistent with make targets.Janne Anttila2009-08-281-5/+10
* Various small fixes and cleanups for symbian qmake generator.Janne Anttila2009-08-281-7/+5
* Bug fix for store_build target when using subdirs project template.Janne Anttila2009-08-271-2/+4
* Added support for 'make sisx' target in Symbian OS.Janne Anttila2009-08-271-3/+29
* Changed names and URLs to reflect name change.axis2009-08-191-1/+1
* Update license headers according to commit 858c70f768e.axis2009-08-061-2/+2
* Replaced $MODULE$ with hardcoded module names.axis2009-08-061-1/+1
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-061-0/+1
|\
| * Fix WebKit compilation outside of Qt.Simon Hausmann2009-08-061-0/+1