summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* qmake: Add object_parallel_to_source config optionTor Arne Vestbø2014-08-141-0/+23
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* qmake ExtraCompilerTargets: deal with file name which contains spaceDebao Zhang2013-02-111-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* fix static library names when generating .pc files for pkgconfigMark Brand2012-04-201-1/+2
* Add TARGET_VERSION_EXT to pkgConfiglibNameHib Eris2012-02-291-0/+1
* Escape path names in qmake-generated Makefiles.Andreas Hartmetz2012-01-311-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-08-311-5/+8
|\
| * Improved support for shadow builds in Symbian.Miikka Heikkinen2011-08-241-5/+8
* | Added missing no_include_pwd checkStyopa Semenukha2011-08-181-1/+1
|/
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-5/+2
|\
| * Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-181-1/+1
| |\
| | * Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Olivier Goffart2011-05-161-14/+14
| | |\
| | * \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-071-1/+1
| | |\ \
| | | * | don't ignore create_prl for static pluginsOswald Buddenhagen2011-05-061-1/+1
| * | | | Merge remote branch 'origin/4.8' into qa-review-masterRohan McGovern2011-05-161-51/+44
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Ensure that recursive QMAKE_EXTRA_TARGETS use the correct makefileRohan McGovern2011-05-131-4/+1
* | | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |/ / / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-05-111-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | fixup for 23e772584531278e3b2a6c735ff9db88f7ffd76eJoerg Bornemann2011-05-111-2/+2
| * | | qmake nmake generator: pass MAKEFLAGS to sub-make callsJoerg Bornemann2011-05-051-14/+14
| |/ /
* | | Fix wrong merge of 3aa39b0164ce4bb9eOlivier Goffart2011-04-191-1/+1
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-22/+25
|\ \ \ | | |/ | |/|
| * | fixify target source against build treeOswald Buddenhagen2011-04-121-1/+1
| * | fix fixifying of QMAKE_SUBSTITUTESOswald Buddenhagen2011-04-121-6/+10
| * | fix paths of vpath-resolved filesOswald Buddenhagen2011-04-121-4/+3
| * | simplify: absolute fixification ignores the base dir argumentsOswald Buddenhagen2011-04-121-1/+1
| * | simplify: fileFixify for all same paths is always "."Oswald Buddenhagen2011-04-121-3/+1
| * | simplify: the input and output dirs are already normalizedOswald Buddenhagen2011-04-121-1/+1
| * | stop fixifying after first successOswald Buddenhagen2011-04-121-0/+1
| * | create a pwd string with a trailing slash only on demandOswald Buddenhagen2011-04-121-6/+7
| * | useful location reporting for errors from QMAKE_SUBSTITUTESOswald Buddenhagen2011-04-121-1/+1
* | | ReplaceExtraCompilerCacheKey: Don't recreate "::" QString on each call.Andreas Kling2011-03-231-2/+4
* | | Don't cache resolved paths in MakefileGenerator::fileFixify().Andreas Kling2011-03-151-12/+0
| |/ |/|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | qmake: don't limit pkg-config writing to unix generatorMark Brand2011-01-101-0/+178
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-1/+3
|\|
| * fix error messages when configuring QtJoerg Bornemann2010-09-151-1/+3
| * run depend_command even if the binary has no absolute pathOswald Buddenhagen2010-09-131-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-9/+32
|\|
| * fix generated makefile dependenciesOswald Buddenhagen2010-08-261-2/+2
| * add indirect input/output specification capability to QMAKE_SUBSTITUTESOswald Buddenhagen2010-08-231-7/+30
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-3/+4
|\|
| * create missing output directories for substituted filesOswald Buddenhagen2010-08-181-0/+1
| * fix QMAKE_SUBSTITUTES with shadow buildsOswald Buddenhagen2010-08-171-3/+3