summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Add support for the INTEGRITY RTOS build systemRolland Dudemaine2011-02-226-14/+533
* Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-166-30/+105
|\
| * Add experimental support for armCC on LinuxHarald Fernengel2011-02-111-1/+3
| * Fixed win32-msvc2008 build regression.axis2011-01-312-9/+5
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-01-3153-300/+331
| |\
| * \ Merge branch 'windowsMakefileBuildSupport' into earth-masteraxis2011-01-285-27/+105
| |\ \
| | * | Made qmake strip trailing \ from libdirs.axis2011-01-281-1/+4
| | * | Added MinGW support for adding lib prefix and extension via profile.axis2011-01-283-9/+19
| | * | Added support for various special compiler/linker flags on MinGW.axis2011-01-281-0/+18
| | * | Added support for rvct_linker config in qmake's MinGW generator.axis2011-01-281-3/+11
| | * | Avoided some MinGW specific codepaths when building Symbian libs.axis2011-01-282-3/+4
| | * | Added .lib/.dso dependency tracking to Symbian with MinGW generator.axis2011-01-281-0/+6
| | * | Added object script support to RVCT when using MinGW qmake generator.axis2011-01-281-8/+38
| | * | Added Symbian makefile building support using MinGW backend.axis2011-01-282-3/+5
| * | | Added Symbian deployment localization for makefile build system.axis2011-01-271-2/+1
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-5/+16
|\ \ \ \
| * | | | complain about unmatched quotes/parensOswald Buddenhagen2011-02-031-1/+12
| * | | | use const refOswald Buddenhagen2011-02-031-1/+1
| * | | | move multiple inclusion check for feature files to correct locationOswald Buddenhagen2011-02-031-3/+3
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-014-24/+33
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fix generated mif file cleaning in symbian-abldMiikka Heikkinen2011-01-281-1/+3
| * | | No longer replace dash and dot in TARGET with underscore in SymbianMiikka Heikkinen2011-01-273-24/+31
* | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-261-1/+1
|\ \ \ \ | |/ / /
| * | | Fix QMAKE_POST_LINK in Symbian for targets with special characters.Miikka Heikkinen2011-01-251-1/+1
* | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-01-263-25/+42
|\ \ \ \
| * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-253-25/+42
| |\ \ \ \ | | |/ / /
| | * | | Fixed UTF-8 application names in device application menu in SymbianMiikka Heikkinen2011-01-241-0/+1
| | * | | Improved QMAKE_POST_LINK support in symbian-sbsv2Miikka Heikkinen2011-01-201-22/+34
| | * | | Remove toolcheck from generic clean targets for symbian-sbsv2Miikka Heikkinen2011-01-181-3/+5
| | * | | make sure Option::dir_sep is initialized in timeOswald Buddenhagen2011-01-171-0/+2
* | | | | interpret backslash escaping of quotes in split_arg_list()Oswald Buddenhagen2011-01-251-4/+8
* | | | | cleanup split_arg_list() some moreOswald Buddenhagen2011-01-251-5/+6
* | | | | slightly reorganize split_arg_list()Oswald Buddenhagen2011-01-251-31/+28
* | | | | remove the somewhat bizarre unquoting of the last argument in split_arg_list()Oswald Buddenhagen2011-01-251-5/+0
* | | | | remove the completely insane quote nesting from split_value_list()Oswald Buddenhagen2011-01-251-6/+6
|/ / / /
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1753-53/+53
|\ \ \ \ | |/ / /
| * | | Update copyright year to 2011.Jason McDonald2011-01-1053-53/+53
* | | | qmake: fix wrong case label in toString(subSystemOption)Joerg Bornemann2011-01-101-4/+0
* | | | qmake: write and install pkg-config files for mingwMark Brand2011-01-102-0/+15
* | | | qmake: don't limit pkg-config writing to unix generatorMark Brand2011-01-104-182/+183
* | | | qmake: fix double directory separatorMark Brand2011-01-101-2/+7
| |/ / |/| |
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-052-0/+50
|\ \ \ | |/ /
| * | Generate freeze targets in SymbianMiikka Heikkinen2011-01-042-0/+50
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-231-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix infinite loop in qmake when reading malformed .ts files.Miikka Heikkinen2010-12-221-1/+1
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-145-17/+79
|\ \
| * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-075-17/+79
| |\ \
| | * \ Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-0219-303/+427
| | |\ \
| | * \ \ Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-2315-38/+121
| | |\ \ \
| | * | | | Fix qmake compilation on *nix platformsJoão Abecasis2010-10-221-1/+1