summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian-gcce
Commit message (Collapse)AuthorAgeFilesLines
* Build Qt with GCCE 4.4.1, Symbian^3 PDK on Linux and Mac OS X.Liang Qi2010-11-181-4/+1
| | | | | | | Remove the define of _STLP_NO_EXCEPTION_HEADER after OpenC team's suggestion. Remove the hardcoded include path for openc, it is already provided by mkspecs/features/symbian/platform_paths.prf. RevBy: Miikka Heikkinen
* Unified the usage of $${EPOCROOT} for symbian.Liang Qi2010-11-181-10/+10
| | | | RevBy: Miikka Heikkinen
* Merge remote branch 'scm/qt/master'Tor Arne Vestbø2010-10-281-1/+1
|\ | | | | | | | | Conflicts: mkspecs/symbian-gcce/qmake.conf
| * Fix some build issues for building Qt for Symbian on Mac OS X.Liang Qi2010-10-271-1/+2
| | | | | | | | | | | | Need to add edllstub.lib and change a bit because some refactored work for mkspecs in 86636e0c4ab91bfb60be1e18d6daff34d41a5927. RevBy: axis
* | mkspecs: Emit warning when including g++.conf directlyTor Arne Vestbø2010-10-271-1/+2
|/ | | | | | | | | | | | 86636e0c4ab91bfb6 refactored the mkspecs, but didn't account for people with their own mkspec who would still include g++.conf directly. We now print a warning if this situation is detected, and explain to the user how they can fix their mkspec. For convenience we redirect g++.conf to g++-unix.conf so that people's mkspecs will still work. Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Renamed the symbian/linux-* mkspecs to symbian-*.axis2010-10-213-0/+143
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