summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-192-1/+3
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-181-1/+1
| |\
| | * Symbian RnD SDK version pf_5250, wk48 and later (e.g., for ivalo target) has ...Norbert Leser2010-01-181-1/+1
| * | Adding texture glyph cache default.Adrian Constantin2010-01-151-0/+2
| |/
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-01-14129-130/+128
|\ \ | |/
| * Attempt at readding the capital P headers for PhononThiago Macieira2010-01-061-0/+1
| * Remove special Phonon processing from syncqt.Thiago Macieira2010-01-061-3/+0
| * Update copyright year to 2010Jason McDonald2010-01-06128-128/+128
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiAaron Kennedy2010-01-058-10/+121
|\ \ | |/
| * For maemo, do not strip the binaries during the installation.Adrian Constantin2009-12-301-0/+1
| * Removed QtWebkit.dll from Qt.sis in Symbian buildsMiikka Heikkinen2009-12-291-0/+7
| * Don't include dlfcn.h unconditionally.Thiago Macieira2009-12-251-1/+0
| * Add missing license headers to the new solaris-cc-stlport mkspecs.Thiago Macieira2009-12-252-0/+82
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-254-0/+18
| |\
| | * Add two new mkspecs for SunCC with stlport.Thiago Macieira2009-12-254-0/+18
| * | Changed autodetection logic for stlport version and sqlite in SymbianMiikka Heikkinen2009-12-231-9/+13
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-174-5/+5
|\ \ | |/
| * Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-172-3/+3
| |\
| | * Fix compilation on HP-UX 11.11.Tristan Chabredier2009-12-152-3/+3
| * | Make mkspec/unsupported/linux-host-g++ use correct includeTom Cooksey2009-12-141-1/+1
| * | Add "nocopy" mode for seperate-debug-info to configureTom Cooksey2009-12-141-1/+1
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-104-188/+180
|\ \ | |/
| * Add QMake configuration for Scratchbox's host-gcc compileraTom Cooksey2009-12-042-0/+180
| * Remove the linux-g++-gles2-experimental mkspecTom Cooksey2009-12-042-188/+0
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-071-1/+1
|\ \ | |/
| * qreal-izationAleksandar Sasha Babic2009-12-021-1/+1
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-272-12/+26
|\ \ | |/
| * Use relative paths when invoking mifconv.Janne Anttila2009-11-191-1/+1
| * Unified ICON keyword handling for ABLD and SBSv2 toolchains.Janne Anttila2009-11-191-2/+3
| * Disable linker warning 6780 in RVCT builds for Symbian OSIain2009-11-181-0/+3
| * Changed MIF filename from UID to target name in Symbian.Janne Anttila2009-11-181-10/+20
* | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-194-27/+74
|\ \ | |/
| * Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-162-27/+0
| |\
| | * Revert "Using qreal more consistently in code (prevent misuse of double)"Aleksandar Sasha Babic2009-11-111-1/+1
| | * Remove temp dirs workaround for raptor builds onlyShane Kearns2009-11-092-27/+0
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0952-1/+86
| | |\
| | * | Using qreal more consistently in code (prevent misuse of double)Aleksandar Sasha Babic2009-11-061-1/+1
| * | | Disable optimisations which break stack traces on MaemoTom Cooksey2009-11-131-2/+2
| * | | Generate debug symbols in release mode on MaemoTom Cooksey2009-11-131-0/+4
| * | | Add mkspec for Maemo 5 & 6Tom Cooksey2009-11-132-0/+70
| | |/ | |/|
* | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-0956-16/+137
|\ \ \ | |/ /
| * | Merge branch '4.6-s60' into 4.6axis2009-11-061-10/+11
| |\ \ | | |/
| | * Initial LFLAGS support for qmake on Symbian OSIain2009-11-051-10/+11
| * | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-059-13/+84
| |\ \ | | |/
| | * Fixed hardcoded GL library names on WinCE.Trond Kjernåsen2009-11-041-2/+10
| | * Fixed compilation and linking of EGL on Windows CE.Trond Kjernåsen2009-11-042-3/+30
| | * Declarative building infrastructure.Warwick Allison2009-11-041-1/+2
| * | Turns out 64-bit fseek/ftell are not available on VS 2003/2002...João Abecasis2009-10-291-2/+4
| * | (MSVC 2002/2003) Use 64-bit versions of ftell and fseekJoão Abecasis2009-10-271-2/+2
| * | Define QT_OPEN_LARGEFILE on Symbian + WinCEJoão Abecasis2009-10-272-0/+2