| Commit message (Expand) | Author | Age | Files | Lines |
* | qmake: fix assertion on Windows when DESTDIR is empty in static libs | Joerg Bornemann | 2010-08-17 | 1 | -3/+6 |
|
|
* | support TARGETs with spaces | Oswald Buddenhagen | 2010-06-03 | 1 | -3/+3 |
|
|
* | qmake: don't warn about unknown MSVC compiler option /MP | Joerg Bornemann | 2010-06-02 | 1 | -0/+6 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-05-17 | 1 | -3/+16 |
|\ |
|
| * | qmake: added possibility to specify the type of an install target | Joerg Bornemann | 2010-05-17 | 1 | -3/+16 |
|
|
* | | fix path separators in install targets for MinGW+sh | Joerg Bornemann | 2010-05-14 | 1 | -1/+1 |
|/ |
|
* | Export .flm files always if they are different | Miikka Heikkinen | 2010-04-13 | 1 | -1/+1 |
|
|
* | Make qmake possible to build with mingw using qmake.pro | Miikka Heikkinen | 2010-04-13 | 1 | -0/+1 |
|
|
* | Improved support for OPTION and LINKEROPTION statements in MMP files | Miikka Heikkinen | 2010-04-12 | 2 | -110/+62 |
|
|
* | Enable armcc version specific compler options for Symbian | Miikka Heikkinen | 2010-03-26 | 1 | -0/+10 |
|
|
* | Made it possible to define more than one language using pkg_prerules | Miikka Heikkinen | 2010-03-24 | 1 | -12/+32 |
|
|
* | Changed Symbian pkg files to deploy from under epoc32 | Miikka Heikkinen | 2010-03-23 | 1 | -3/+18 |
|
|
* | Fixed recursive QMAKE_EXTRA_TARGETS for symbian makefiles. | Rohan McGovern | 2010-03-18 | 2 | -0/+4 |
|
|
* | Fix runonphone target due to changed name of sis files | Shane Kearns | 2010-03-15 | 1 | -1/+1 |
|
|
* | Support for adding user specified list type content in rss file | Miikka Heikkinen | 2010-03-11 | 2 | -14/+79 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-01 | 1 | -0/+4 |
|\ |
|
| * | Readd a line that got removed by accident in previous change | Andy Shaw | 2010-03-01 | 1 | -0/+1 |
|
|
| * | Ensure that a library path with a space in it gets quoted on Windows | Andy Shaw | 2010-03-01 | 1 | -1/+4 |
|
|
* | | Added .condition modifier to SUBDIRS. | Miikka Heikkinen | 2010-03-01 | 1 | -1/+12 |
|/ |
|
* | Allow overriding TARGET.EPOCHEAPSIZE with MMP_RULES | Miikka Heikkinen | 2010-02-26 | 1 | -5/+5 |
|
|
* | Fix SymbianMakefileGenerator::absolutizePath for clean builds | Miikka Heikkinen | 2010-02-25 | 1 | -3/+7 |
|
|
* | Misc fixes to FLM files | Miikka Heikkinen | 2010-02-25 | 1 | -1/+1 |
|
|
* | Fix extensions section in bld.inf when CONFIG contains symbian_test | Miikka Heikkinen | 2010-02-24 | 4 | -7/+14 |
|
|
* | Basic deployment support for ROM in Symbian | Miikka Heikkinen | 2010-02-24 | 7 | -84/+144 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-02-22 | 2 | -23/+14 |
|\ |
|
| * | Changed canonical paths to absolute paths in symmake. | Miikka Heikkinen | 2010-02-22 | 2 | -23/+14 |
|
|
* | | Fixed shadow builds on Unix. | Rohan McGovern | 2010-02-22 | 1 | -1/+1 |
|/ |
|
* | Fixed linkage failure when building qmake on Unix platforms | Gareth Stockwell | 2010-02-19 | 1 | -2/+0 |
|
|
* | Factored epocRoot implementation out of qmake | Gareth Stockwell | 2010-02-19 | 12 | -151/+40 |
|
|
* | Factored readRegistryKey implementation out of qmake | Gareth Stockwell | 2010-02-19 | 7 | -100/+34 |
|
|
* | Revert "Factored readRegistryKey implementation out of qmake" | axis | 2010-02-19 | 7 | -34/+100 |
|
|
* | Revert "Factored epocRoot implementation out of qmake" | axis | 2010-02-19 | 12 | -40/+151 |
|
|
* | Factored epocRoot implementation out of qmake | Gareth Stockwell | 2010-02-18 | 12 | -151/+40 |
|
|
* | Factored readRegistryKey implementation out of qmake | Gareth Stockwell | 2010-02-18 | 7 | -100/+34 |
|
|
* | Use correct (forward slash) separators in qmake-generated bld.inf | Iain | 2010-02-17 | 1 | -1/+1 |
|
|
* | Add make stub_sis target, and add webkit stub to qt.iby | Shane Kearns | 2010-02-12 | 1 | -4/+30 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-02-09 | 1 | -1/+1 |
|\ |
|
| * | Make generate uid3 (symbian) work on 64 bit host platform. | Thomas Zander | 2010-02-08 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-02-09 | 1 | -2/+33 |
|\ \ |
|
| * | | Streamlined smart installer package creation in Symbian | Miikka Heikkinen | 2010-02-09 | 1 | -2/+33 |
| |/ |
|
* | | Added QMake directory to INCPATH so the compiler can find required headers | Constantin Makshin | 2010-02-08 | 1 | -4/+10 |
|/ |
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-02-05 | 1 | -0/+13 |
|\ |
|
| * | Add the QMAKE_FILE_EXT variable to extra compilers generation. | Jocelyn Turcotte | 2010-02-04 | 1 | -0/+13 |
|
|
* | | Fixed the location where bootstrap.sis is looked for. | Miikka Heikkinen | 2010-02-04 | 1 | -1/+1 |
|
|
* | | Added support for smart installer package generation in Symbian | Miikka Heikkinen | 2010-02-04 | 1 | -17/+69 |
|/ |
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-02-03 | 1 | -1/+1 |
|\ |
|
| * | Fixed QFileInfo::absolutePath() warning when running "qmake -project" | Andreas Kling | 2010-02-03 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-02-02 | 8 | -41/+46 |
|\ \
| |/
|/| |
|
| * | qmake: subdirs template: make distclean target use QMAKE_DISTCLEAN | Oswald Buddenhagen | 2010-02-01 | 1 | -0/+1 |
|
|
| * | qmake: fix warnings | Oswald Buddenhagen | 2010-02-01 | 6 | -24/+27 |
|
|