Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | Added support for QT_*_STATICLIB variables in qmake. | axis | 2009-12-11 | 2 | -3/+6 | |
| * | | | | | | | | | | | | | Added the Qt tree to search paths. | axis | 2009-12-11 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | Fixed some bugs in the exe generation on Symbian. | axis | 2009-12-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Fixed a bug in the LIBS mangling on Symbian. | axis | 2009-12-11 | 1 | -2/+9 | |
| * | | | | | | | | | | | | | Switched to using ABIv2 format to generate Symbian binaries. | axis | 2009-12-11 | 3 | -40/+36 | |
| * | | | | | | | | | | | | | Merge branch 'qmakeShlibFixes' | axis | 2009-12-11 | 2 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Made Symbian use QMAKE_SYMBIAN_SHLIB and QMAKE_PREFIX_SHLIB variables | axis | 2009-10-23 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | Added QMAKE_PREFIX_SHLIB and QMAKE_SYMBIAN_SHLIB support. | axis | 2009-10-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Removed useless dependency. | axis | 2009-11-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Added UIDs to the resource generation to avoid warning. | axis | 2009-11-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Added automatic mangling of LIBS to include vtable exports. | axis | 2009-11-13 | 3 | -2/+20 | |
| * | | | | | | | | | | | | | | Added a missing POSIX macro to the Symbian qplatformdefs.h. | axis | 2009-11-06 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-11-06 | 61 | -24/+181 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Added generation of Symbian resource files. | axis | 2009-10-30 | 1 | -0/+31 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Switched to using just QMAKE_POST_LINK for elftran. | axis | 2009-10-23 | 1 | -12/+5 | |
| * | | | | | | | | | | | | | | Added support for both lib and app templates. | axis | 2009-10-23 | 2 | -30/+59 | |
| * | | | | | | | | | | | | | | Fixed the expfile not being included in the link step. | axis | 2009-10-23 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Changed the generation of def files and ordinal maps. | axis | 2009-10-23 | 1 | -4/+16 | |
| * | | | | | | | | | | | | | | Created tools for generating ordinal maps on Symbian. | axis | 2009-10-23 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | Fixed some compiler flags and defines for the Symbian platform. | axis | 2009-10-23 | 2 | -4/+6 | |
| * | | | | | | | | | | | | | | Added default libraries for Symbian. | axis | 2009-10-23 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Added libraries for S60 to the linux mkspec. | axis | 2009-10-23 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | Switch to correct architecture for Symbian. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Add extra linker options to RVCT. | axis | 2009-10-23 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | Enable RVCT type linker options. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Suppressed some warnings from RVCT. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Temporarily fixed the architecture for S60. | axis | 2009-10-23 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | Fixed incorrect compiler parameter. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Enabled static lib creation using armar. | axis | 2009-10-23 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | Disabled moc directory check for all other mkspecs than abld and sbs. | axis | 2009-10-23 | 1 | -11/+13 | |
| * | | | | | | | | | | | | | | Enabled exceptions for S60 builds. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Switched to unoptimized builds when doing debug mode. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Added various defines and includes to make Qt for S60 compile. | axis | 2009-10-23 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | | Removed the linux configuration from the armcc mkspec. | axis | 2009-10-23 | 1 | -1/+20 | |
| * | | | | | | | | | | | | | | Removed leftover gcc arguments. | axis | 2009-10-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Skeleton for a native symbian makespec. | axis | 2009-10-23 | 3 | -0/+216 | |
* | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-15 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Only enable BM by default in QNAM for appropriate platforms. | Aaron McCarthy | 2010-03-12 | 2 | -0/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-15 | 5 | -57/+134 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixed RSS_RULES statement in application_icon.prf | Miikka Heikkinen | 2010-03-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Add '.' dir as the first include directory in Symbian | Miikka Heikkinen | 2010-03-10 | 1 | -2/+5 | |
| * | | | | | | | | | | | | Added forwarding headers for qplatformdefs.h in Symbian mkspecs | Miikka Heikkinen | 2010-03-10 | 2 | -0/+86 | |
| * | | | | | | | | | | | | Added some missing IBY export paths to platform_path.prf | Miikka Heikkinen | 2010-03-10 | 1 | -54/+42 | |
* | | | | | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 3 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Make `make check' build the checked project. | Rohan McGovern | 2010-03-03 | 2 | -1/+5 | |
| * | | | | | | | | | | | | Allow platform specific values for the double click radius. | Raino Priha | 2010-03-02 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Change WINSCW include paths to use same rules as ARMCC | Shane Kearns | 2010-03-04 | 1 | -1/+6 | |
* | | | | | | | | | | | | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-27 | 69 | -0/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-26 | 69 | -0/+69 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | add TARGET_PLATFORM to qmakespecs with MAKEFILE_GENERATOR = UNIX | Oswald Buddenhagen | 2010-02-26 | 67 | -0/+67 | |