summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* remove pointless argument to build_args()Oswald Buddenhagen2015-04-211-2/+2
* untangle handling extra compiler .clean memberOswald Buddenhagen2015-02-171-13/+17
* remove pointless fixPathToTargetOS() callsOswald Buddenhagen2015-02-171-11/+8
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-33/+33
* fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-171-64/+81
* fix filename handling in replaceExtraCompilerVariables()Oswald Buddenhagen2015-02-171-26/+36
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* make quoting in the prl writer more robustOswald Buddenhagen2015-02-051-10/+25
* don't re-implement QDir::mkpath()Oswald Buddenhagen2015-02-041-35/+1
* rename fileVarGlue() => fixFileVarGlue()Oswald Buddenhagen2015-02-041-3/+3
* prune dead fixifySpecdir() functionOswald Buddenhagen2015-02-021-7/+0
* prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-021-4/+4
* optimize filePrefixRoot()Oswald Buddenhagen2015-02-021-4/+6
* values(foo).first() => first(foo)Oswald Buddenhagen2015-02-021-3/+3
* don't verify compilers twiceOswald Buddenhagen2015-02-021-2/+1
* remove pointless double initialization guardsOswald Buddenhagen2015-02-021-7/+1
* avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-021-2/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-11/+19
|\
| * centralize/unify/sanitize INCLUDEPATH "enrichment"Oswald Buddenhagen2015-01-111-9/+19
| * remove pointless pwd fallbacksOswald Buddenhagen2015-01-111-2/+0
* | remove dead codeJoerg Bornemann2015-01-131-17/+3
|/
* qmake: Add .qmake.stash/super to QMAKE_DISTCLEAN when owned by projectTor Arne Vestbø2014-12-031-0/+16
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix QMAKE_EXTRA_COMPILERS' depend_command being ignoredGiuseppe D'Angelo2014-05-301-1/+1
* qmake: share the default variablesJ-P Nurmi2014-05-271-14/+20
* remove unused macro definitionJoerg Bornemann2014-05-131-5/+0
* remove automagic command path fixing misfeatureJoerg Bornemann2014-05-121-52/+4
* make use of QDir::NoDotAndDotDotJoerg Bornemann2014-04-291-6/+4
* fix default QMAKE_PKGCONFIG_LIBDIROswald Buddenhagen2014-04-151-1/+1
* don't emit -L/-F/-I with system dirs to .pc filesOswald Buddenhagen2014-04-151-5/+11
* qmake: change a linker option in .pc file from -llibhoge to -lhogeTasuku Suzuki2014-03-261-1/+1
* qmake: Add DISTCLEAN_DEPS variableAndrew Knight2014-01-301-0/+2
* Add support for using -isystem in qmakeThiago Macieira2014-01-201-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+12
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-1/+12
| |\
| | * properly replace windows paths in installed meta filesOswald Buddenhagen2013-12-041-1/+12
* | | qmake: remove bogus commentJ-P Nurmi2013-12-101-2/+0
* | | qmake: fix const correctnessJ-P Nurmi2013-12-101-10/+10
|/ /
* / complete implementation of force_debug_infoOswald Buddenhagen2013-12-031-2/+2
|/
* adequately shell-escape generated sed commandsOswald Buddenhagen2013-11-231-1/+11
* Fix mkdir command in Windows shell for paths with forward-slashesEskil Abrahamsen Blomfeldt2013-11-211-1/+1
* Add QMAKE_PKGCONFIG_VERSION variable to allow version overridingKonstantin Ritt2013-10-281-1/+5
* qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2013-10-241-1/+1
* Skip extra PKGCONFIG variables with empty valueKonstantin Ritt2013-10-221-1/+2
* make sure that installed meta files are always postprocessedOswald Buddenhagen2013-10-111-2/+1
* qmake: Don't create OBJECTS_DIR and friends for TEMPLATE = subdirsTor Arne Vestbø2013-09-211-1/+1
* Sanitize QMAKE_EXTRA_COMPILERS paths in makefilesTor Arne Vestbø2013-09-211-7/+7
* Strengthen check for combined QMAKE_EXTRA_COMPILER with variable outputTor Arne Vestbø2013-09-211-3/+4
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-0/+18
|\
| * de-duplicate code for writing dummy makefilesOswald Buddenhagen2013-08-271-0/+18