summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * | | | | Enabled conditional updating of dso files.axis2010-03-021-2/+9
| | | | | | | | | | | * | | | | Added dso dependencies to Symbian targets.axis2010-03-022-12/+17
| | | | | | | | | | | * | | | | Reversed order of user QMAKE_POST_LINK statements and generated ones.axis2010-03-021-7/+29
| | | | | | | | | | * | | | | | Fix src!=build issueThomas Zander2010-03-041-1/+2
| | | | | | | | | | * | | | | | Do the correct thing for make sis for webkitThomas Zander2010-03-041-1/+1
| | | | | | | | | | * | | | | | Make the symbian_building.prf be shared fileThomas Zander2010-03-027-251/+104
| | | | | | | | | | * | | | | | Merge branch 'master' into gcceThomas Zander2010-03-023925-243026/+366534
| | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | |/ / / / /
| | | | | | | | | | | * | | | | Added gitignore rules for Symbian plugins.axis2010-03-011-0/+2
| | | | | | | | | | | * | | | | Fixed location of dll for the makefile based Symbian build system.axis2010-03-011-1/+1
| | | | | | | | | | | * | | | | Made header inclusion Linux friendly.axis2010-03-011-1/+1
| | | | | | | | | | | * | | | | Corrected a mismerge by Git.axis2010-03-011-1/+1
| | | | | | | | | | | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-012625-144423/+192734
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * | | | | | Added wrapper for patch_capabilities on non-Windows platforms.axis2010-03-011-0/+3
| | | | | | | | | | | * | | | | | Made redirection to /dev/null cross platform.axis2010-03-011-1/+4
| | | | | | | | | | | * | | | | | Made patch_capabilities.pl not raise capabilities unnecessarily.axis2010-03-011-12/+40
| | | | | | | | | | | * | | | | | Make createpackage.pl auto-patch the capabilites for self signed packagesMarius Storm-Olsen2010-02-261-0/+4
| | | | | | | | | | | * | | | | | Switched the order of message and execution in patch_capabilities.axis2010-02-261-1/+1
| | | | | | | | | | | * | | | | | Enabled patch_capabilities to work on Linux.axis2010-02-261-3/+8
| | | | | | | | | | | * | | | | | Corrected a wrong comment.axis2010-02-261-1/+1
| | | | | | | | | | | * | | | | | Removed restrictions on file names from the Symbian makefile system.axis2010-02-266-15/+25
| | | | | | | | | | | * | | | | | Added configure test for audio backend on Symbian.axis2010-02-255-1/+112
| | | | | | | | | | | * | | | | | Fixed a bug where the library extension would be embedded in pkg nameaxis2010-02-251-4/+12
| | | | | | | | | | | * | | | | | Corrected library locations for deployment on Symbian.axis2010-02-253-3/+3
| | | | | | | | | | | * | | | | | Added missing header after merge with master.axis2010-02-231-0/+3
| | | | | | | | | | | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-231710-73200/+148220
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | | | Properly get the paths for the compiler-provided libsThomas Zander2010-03-022-14/+20
| | | | | | | | | | * | | | | | | | Make per-library settings for the gcce linker/compilerThomas Zander2010-02-253-15/+33
| | | | | | | | | | * | | | | | | | Found a way to not hardcode the paths for dso / lib filesThomas Zander2010-02-252-5/+5
| | | | | | | | | | * | | | | | | | Make gcce xcompiler for symbian compile+link QtCoreThomas Zander2010-02-248-29/+60
| | | | | | | | | | * | | | | | | | Clone the symbian/armcc mkspec for symbian/gcce. Very first start.Thomas Zander2010-02-248-14/+271
| | | | | | | | | | |/ / / / / / /
| | | | | | | | | | * | | | | | | Changed fluidlauncher deployment to cope with Symbian makefile systemaxis2010-02-231-77/+93
| | | | | | | | | | * | | | | | | Implemented recursive "sis" target and enabled sis_targets feature.axis2010-02-239-128/+168
| | | | | | | | | | * | | | | | | Fixed copy/paste error after commit a31e40295d.axis2010-02-231-1/+1
| | | | | | | | | | * | | | | | | Removed duplicate resource.axis2010-02-231-1/+0
| | | | | | | | | | * | | | | | | Made createpackage.pl return error when one of the tools fail.axis2010-02-231-2/+4
| | | | | | | | | | * | | | | | | Prevented pkg generation unless there are files to deploy.axis2010-02-221-1/+17
| | | | | | | | | | * | | | | | | Enabled the "make sis" target with the Symbian makefile build system.axis2010-02-192-74/+89
| | | | | | | | | | * | | | | | | Removed winewrapper.axis2010-02-191-24/+0
| | | | | | | | | | * | | | | | | Removed the .sh extension from the createpackage script.axis2010-02-191-0/+0
| | | | | | | | | | * | | | | | | Prevented lowercasing of the sis file.axis2010-02-191-3/+3
| | | | | | | | | | * | | | | | | Changed createpackage script to use relative paths.axis2010-02-191-4/+6
| | | | | | | | | | * | | | | | | Got rid of some warnings when using "perl -w".axis2010-02-191-5/+10
| | | | | | | | | | * | | | | | | Changed check for platform and target to depend on macro existence.axis2010-02-191-8/+8
| | | | | | | | | | * | | | | | | Merge branch 'master' into merge-with-qt-masteraxis2010-02-194-39/+7
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Fixed plugin locations in the pkg file.axis2010-02-161-10/+6
| | | | | | | | | | | * | | | | | | Fixed location of dll on Symbian after QtMultimedia was added.axis2010-02-161-1/+1
| | | | | | | | | | | * | | | | | | Removed file templates no longer needed after pkg generator was impl.axis2010-02-163-28/+0
| | | | | | | | | | * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-w...axis2010-02-19655-2098/+13947
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Changed phrasing slightly.axis2010-02-191-1/+1
| | | | | | | | | | * | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-w...axis2010-02-1891-3139/+1741
| | | | | | | | | | |\ \ \ \ \ \ \ \ \