summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-11-065-10/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | 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-041-3/+29
| * | | | | | | | | | | | | | Declarative building infrastructure.Warwick Allison2009-11-041-1/+2
| * | | | | | | | | | | | | | Sanitize building Qt with OpenGL ES supportHarald Fernengel2009-11-021-4/+22
| * | | | | | | | | | | | | | Build fix for QtXmlPatterns' examples on SymbianFrans Englich2009-10-271-0/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Disabled moc directory check for all other mkspecs than abld and sbs.axis2009-10-231-11/+13
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Fixed the build for people who only have emulator binaries installedaxis2009-10-191-1/+1
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Fixed uitools.prf to include QtUiTools.lib statically in SymbianMiikka Heikkinen2009-10-161-1/+3
* | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Janne Koskinen2009-10-141-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bump heap and stack size for Phonon plugins.Frans Englich2009-10-141-0/+5
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | QtWebkit demos&examples compilation fix for SymbianJanne Koskinen2009-10-141-3/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Avoid adding a debug library to the glue projects, when debug_and_releaseMarius Storm-Olsen2009-10-071-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Changed Qt package name in pkg and generated sis files for Symbian.Janne Anttila2009-10-051-4/+4
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-307-17/+40
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-291-0/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Webcore build break on Symbian fixJanne Koskinen2009-09-281-2/+1
| | * | | | | | | | Fix compilation of files that #include <QtGui> on newer Symbian SDKs.Jason Barron2009-09-251-0/+5
| * | | | | | | | | Fixed build errors due to header filename clashes between epoc32/include and ...Gareth Stockwell2009-09-281-0/+15
| |/ / / / / / / /
| * | | | | | | | Mac: remove visibility warnings when building in macRichard Moe Gustavsen2009-09-241-1/+0
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Try to support Qt 4.4-style Phonon includes in Qt.Thiago Macieira2009-09-231-2/+6
| * | | | | | | Docs: Fix spelling and reword docs about S60 specifics.Daniel Molkentin2009-09-221-2/+3
| * | | | | | | Set maximum heap to 32MB for Symbian autotests.Miikka Heikkinen2009-09-221-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Workaround for problems interworking RVCT-built s60main with GCCE appsIain2009-09-181-0/+5
| | |_|_|_|/ | |/| | | |
| * | | | | Remove unnecessary lines from MMP files when using libstdcppv5.dllIain2009-09-161-12/+1
| | |_|_|/ | |/| | |
| * | | | Make static builds work fot Qt/Cocoa.Morten Sorvig2009-09-101-0/+6
| | |_|/ | |/| |
* | | | Fixed symbian-sbsv2 build break in apps using debug_and_release.Miikka Heikkinen2009-09-041-1/+1
|/ / /
* | | Merge branch 'minimizeWrapperApp' into 4.6axis2009-09-031-1/+1
|\ \ \ | |_|/ |/| |
| * | Move the S60/Avkon framework initialization into QtGui.axis2009-09-031-1/+1
| |/
* | Fixed Qt/S60 build failures when MOC_DIR contains a `.' anywhere.Rohan McGovern2009-09-031-6/+6
|/
* Integrate QAbstractVideoSurface API.Andrew den Exter2009-08-241-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-211-5/+4
|\
| * Updated flawed comment after 5365c1cdJanne Anttila2009-08-211-5/+4
* | Merge commit 'qt/master'Jason Barron2009-08-211-1/+2
|\ \ | |/ |/|
| * make Qt Designer compile when Qt is configured with -no-scriptKent Hansen2009-08-191-1/+2
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-212-3/+7
|\ \
| * | Comment clarifications based on mkspecs review.Miikka Heikkinen2009-08-202-3/+7
* | | Revert "Hackish workaroung to Open C / C++ defect when intermixing standard"Janne Anttila2009-08-211-1/+0
|/ /
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-191-0/+1
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-0/+1
| |\ \ | | |/
| | * mingw: make it possible to build without rtti supportThierry Bastian2009-08-181-0/+1
* | | Review fixes for qmake (project.cpp cleanup)Miikka Heikkinen2009-08-192-3/+2
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-186-6/+20
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMorten Sorvig2009-08-174-4/+4
| |\
| | * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-174-4/+4
| * | Fix compiler flags setting for .mm files on Mac.Morten Sorvig2009-08-171-2/+1
| |/
| * Remove yet another forgotten debug message.Morten Sorvig2009-08-131-1/+0
| * Pick a suitable default architecture for qmake-based applications.Morten Sorvig2009-08-131-0/+16
* | Merge commit 'qt/master'Jason Barron2009-08-101-1/+1
|\ \ | |/
| * In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1