| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix error messages when configuring Qt | Joerg Bornemann | 2010-09-15 | 1 | -1/+3 |
|
|
* | run depend_command even if the binary has no absolute path | Oswald Buddenhagen | 2010-09-13 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-09-08 | 1 | -1/+2 |
|\ |
|
| * | Ignore MAKEFILE variable for Symbian abld and sbsv2 builds. | Miikka Heikkinen | 2010-09-08 | 1 | -1/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-09-07 | 4 | -1/+15 |
|\ \
| |/
|/| |
|
| * | Compile fix MinGW, 5738dcd705e7edde816940f9c0ab2c364c81ad20 broke it. | Jan-Arve Sæther | 2010-09-06 | 2 | -0/+8 |
|
|
| * | Ensure that we load system libraries from the correct location. | Jan-Arve Sæther | 2010-09-03 | 2 | -1/+7 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-06 | 1 | -307/+54 |
|\ \ |
|
| * | | Fix compilation of qmake with MSVC | Andy Shaw | 2010-09-06 | 1 | -2/+3 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-03 | 1 | -306/+52 |
| |\ \ |
|
| | * | | Fix dependencies so JOM will handle parallellization properly | Marius Storm-Olsen | 2010-09-03 | 1 | -2/+7 |
|
|
| | * | | Turn Makefile.win32 into batch-mode, enable /MP and PCH | Marius Storm-Olsen | 2010-09-02 | 1 | -308/+49 |
|
|
* | | | | Fixes for QMAKE_EXTRA_* variable handling in symbian-sbsv2 | Miikka Heikkinen | 2010-09-06 | 1 | -8/+35 |
|/ / / |
|
* | | | Fix Symbian handling of projects with special characters in TARGET | Miikka Heikkinen | 2010-09-03 | 1 | -12/+7 |
|/ / |
|
* | | Fix gcce building of apps using static libraries in symbian-sbsv2 | Miikka Heikkinen | 2010-08-31 | 1 | -7/+16 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-26 | 4 | -12/+36 |
|\ \ |
|
| * | | fix generated makefile dependencies | Oswald Buddenhagen | 2010-08-26 | 1 | -2/+2 |
|
|
| * | | qmake vc[x]proj generators: support /MAP option without file name | Joerg Bornemann | 2010-08-24 | 2 | -2/+4 |
|
|
| * | | qmake vcxproj generator: fix bug when using CharacterSet=1 in .pro file | Joerg Bornemann | 2010-08-24 | 1 | -1/+0 |
|
|
| * | | add indirect input/output specification capability to QMAKE_SUBSTITUTES | Oswald Buddenhagen | 2010-08-23 | 1 | -7/+30 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-08-26 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | Added support for DEPLOYMENT.pkg_build_version | Miikka Heikkinen | 2010-08-26 | 1 | -0/+14 |
| |/ / |
|
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-08-26 | 1 | -3/+6 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | qmake: fix assertion on Windows when DESTDIR is empty in static libs | Joerg Bornemann | 2010-08-17 | 1 | -3/+6 |
|
|
* | | qmake vcxproj generator: fix usage of /Fd in QMAKE_CXXFLAGS | Joerg Bornemann | 2010-08-20 | 1 | -1/+1 |
|
|
* | | qmake: fix vcxproj generator when using /Fd in QMAKE_CXXFLAGS | Joerg Bornemann | 2010-08-20 | 1 | -0/+1 |
|
|
* | | create missing output directories for substituted files | Oswald Buddenhagen | 2010-08-18 | 1 | -0/+1 |
|
|
* | | QMake/Win32/MinGW: Fix ar script generating with absolute paths | Tuomas Suutari | 2010-08-18 | 1 | -4/+1 |
|
|
* | | fix QMAKE_SUBSTITUTES with shadow builds | Oswald Buddenhagen | 2010-08-17 | 1 | -3/+3 |
|
|
* | | Fix check to remove unnecessary deployments in Symbian | Miikka Heikkinen | 2010-08-13 | 1 | -1/+5 |
|
|
* | | Make bld.inf target in Symbian mkspecs to depend on .pro file | Miikka Heikkinen | 2010-08-12 | 2 | -8/+15 |
|
|
* | | Gcce building support for symbian-sbsv2 | Miikka Heikkinen | 2010-08-11 | 2 | -40/+143 |
|
|
* | | Rename Symbian generated mmp/mk files to include target in filename | Miikka Heikkinen | 2010-08-06 | 4 | -27/+19 |
|
|
* | | Fix package header in cases where VERSION doesn't contain all values | Miikka Heikkinen | 2010-08-04 | 1 | -2/+24 |
|
|
* | | run dep commands in build dir | Oswald Buddenhagen | 2010-07-07 | 1 | -2/+6 |
|
|
* | | Fixed pre-built resources deployment in Symbian | Miikka Heikkinen | 2010-06-30 | 1 | -0/+14 |
|
|
* | | qmake: Fix CONFIG += exceptions_off with the MSVC project generator, take 2. | Jocelyn Turcotte | 2010-06-24 | 4 | -6/+4 |
|
|
* | | don't remove the path from the name of included files | Oswald Buddenhagen | 2010-06-23 | 1 | -1/+0 |
|
|
* | | add some comments | Oswald Buddenhagen | 2010-06-23 | 1 | -2/+2 |
|
|
* | | remove support for QMAKE_POST_INCLUDE_FILES | Oswald Buddenhagen | 2010-06-23 | 2 | -11/+1 |
|
|
* | | remove unused function | Oswald Buddenhagen | 2010-06-23 | 1 | -4/+0 |
|
|
* | | fix prompt() stdin safety check | Oswald Buddenhagen | 2010-06-23 | 1 | -1/+1 |
|
|
* | | Fix precompiled binary deployment | Miikka Heikkinen | 2010-06-22 | 1 | -25/+28 |
|
|
* | | qmake: Fix CONFIG += exceptions_off with the MSVC project generator. | Jocelyn Turcotte | 2010-06-16 | 2 | -2/+6 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-15 | 3 | -3/+17 |
|\ \ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-12 | 3 | -3/+17 |
| |\ \ |
|
| | * | | support for cross building Qt for MinGW (win32-g++) on Unix | Mark Brand | 2010-06-10 | 2 | -2/+16 |
|
|
| | * | | use "win32-g++*" scope to match all MinGW makespecs | Mark Brand | 2010-06-10 | 1 | -1/+1 |
|
|
* | | | | Change $${EPOCROOT} to also have drive if EPOCROOT env variable has it | Miikka Heikkinen | 2010-06-15 | 2 | -4/+3 |
|/ / / |
|
* | | | Moved runonphone target to prf files for all build systems. | axis | 2010-06-11 | 4 | -19/+0 |
|/ / |
|