summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Reversed order of user QMAKE_POST_LINK statements and generated ones.axis2010-03-021-7/+29
| * | | | | Make the symbian_building.prf be shared fileThomas Zander2010-03-027-251/+104
| * | | | | Merge branch 'master' into gcceThomas Zander2010-03-0219-242/+205
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-019-17/+73
| | |\ \ \ \
| | * | | | | Corrected a wrong comment.axis2010-02-261-1/+1
| | * | | | | Removed restrictions on file names from the Symbian makefile system.axis2010-02-262-6/+6
| | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-238-218/+125
| | |\ \ \ \ \
| * | | | | | | 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-247-27/+58
| * | | | | | | Clone the symbian/armcc mkspec for symbian/gcce. Very first start.Thomas Zander2010-02-248-14/+271
| |/ / / / / /
| * | | | | | Implemented recursive "sis" target and enabled sis_targets feature.axis2010-02-233-125/+140
| * | | | | | Enabled the "make sis" target with the Symbian makefile build system.axis2010-02-191-74/+88
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-w...axis2010-02-1913-4/+124
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-w...axis2010-02-1810-604/+18
| |\ \ \ \ \ \ \
| * | | | | | | | No need to specialize for this compiler, just include the common one.Thomas Zander2010-02-161-167/+1
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-02-1675-3265/+1071
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-161-1/+1
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed binary capability assignment on Symbian.axis2010-02-161-8/+6
| * | | | | | | | | | Make sure that repeatedly calling 'make' doesn't repeatedly linkThomas Zander2010-02-151-0/+2
| * | | | | | | | | | Fix capabilities forwarding for symbian/linuxThomas Zander2010-02-151-5/+9
| * | | | | | | | | | Properly clean out generated files.Thomas Zander2010-02-121-0/+2
| * | | | | | | | | | Pass in capabilities from .pro file to the symbian systemThomas Zander2010-02-121-2/+6
| * | | | | | | | | | Fix syntax passed to isEmpty for QMAKE_POST_LINKThomas Zander2010-02-121-2/+2
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-126-40/+67
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Made some changes after code review.axis2010-02-121-1/+1
| * | | | | | | | | | Remove dummy lines that disabled mifconvThomas Zander2010-02-101-6/+0
| * | | | | | | | | | Move duplicated code out to a qmake featureThomas Zander2010-02-091-0/+8
| * | | | | | | | | | Merge branch 'pkgGeneratorForLinux'axis2010-02-094-11/+63
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added symbian resources to target predeps.axis2010-02-091-1/+1
| | * | | | | | | | | | Fixed some files in the clean target.axis2010-02-091-1/+2
| | * | | | | | | | | | Implemented rss file generator for Linux.axis2010-02-092-5/+55
| | * | | | | | | | | | Implemented pkg generator for the symbian/linux-armcc mkspec.axis2010-02-043-4/+5
| * | | | | | | | | | | Re-anable building of lrelease and fix the translations dir to 'compile'Thomas Zander2010-02-041-1/+1
| * | | | | | | | | | | Merge branch 'webkitCompile'axis2010-02-042-1/+9
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fixed compilation in ARM mode.axis2010-02-042-1/+5
| | * | | | | | | | | | | Fixed compiler arguments when compiling in debug/release mode.axis2010-02-041-0/+4
| | |/ / / / / / / / / /
| * | | | | | | | | | | Remove bash-isms and make elf2e32 work properly.Thomas Zander2010-02-011-2/+4
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-263-1/+34
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Switched to using the QMAKE_LIBS_THREAD variable for thread libs.axis2010-01-262-1/+4
| * | | | | | | | | | | Enabled detection of errors from the elf2e32 tool.axis2010-01-261-2/+2
| * | | | | | | | | | | Fixed def file locations if objects dir is not specified.axis2010-01-261-2/+6
| * | | | | | | | | | | Add a sanity check to verify that the system() command works.axis2010-01-251-0/+10
| * | | | | | | | | | | Autogenerate the UID3 if the project file didn't supply it.Thomas Zander2010-01-211-0/+1
| * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-21134-139/+250
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix compilation of apps outside of QtThomas Zander2010-01-191-1/+5
| * | | | | | | | | | | | Fix building of pluginsThomas Zander2010-01-191-9/+10
| * | | | | | | | | | | | Fix the symbian version number generationThomas Zander2010-01-191-24/+21
| * | | | | | | | | | | | Reorganized the Symbian build system profiles.axis2010-01-1213-360/+364