Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct some parameters for the makefile build sytem, armcc and gcce | Liang Qi | 2011-04-07 | 1 | -3/+3 |
| | | | | Reviewed-by: axis | ||||
* | Added Symbian deployment localization for makefile build system. | axis | 2011-03-04 | 1 | -4/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Renamed the symbian/linux-* mkspecs to symbian-*. | axis | 2011-02-18 | 3 | -0/+109 |
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 Conflicts: src/s60main/s60main.pro |