summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmake: fix lookup of .prl files for libs specified by full filenameOswald Buddenhagen2018-07-161-32/+52
* qmake: fix processPrlFile() being mislead by dots in pathnamesOswald Buddenhagen2018-07-161-2/+3
* qmake: slightly optimize processPrlFile() callsOswald Buddenhagen2018-07-161-3/+3
* qmake: refactor QMakeMetaInfo::findLib() interfaceOswald Buddenhagen2018-07-161-7/+11
* qmake: purge infra for supporting multiple formats from QMakeMetaInfoOswald Buddenhagen2018-07-161-3/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-3/+27
|\
| * qmake: escape colons and hashmarks in dependency pathsOswald Buddenhagen2018-06-251-0/+13
| * qmake: use consistent path separators in makefile dependenciesOswald Buddenhagen2018-06-121-3/+14
* | Fix framework include paths in .pc filesMorten Johan Sørvig2018-06-251-0/+4
* | qmake: remove system framework path check from writePkgConfigFile()Morten Johan Sørvig2018-06-251-3/+1
|/
* qmake: fix look-up of relative files from .depend_command in shadow buildsOswald Buddenhagen2018-04-251-6/+10
* Move a QRegExp out of a deeply nested loopJake Petroules2017-11-231-3/+3
* qmake: Avoid raw string comparisonOrgad Shaneh2017-06-121-1/+1
* Simplify built-in qmake install commandSimon Hausmann2017-05-041-16/+10
* Preserve last modification timestamps of installed directoriesSimon Hausmann2017-05-021-26/+16
* Fix make install to be deterministicSimon Hausmann2017-04-281-5/+10
* Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-131-2/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-12/+12
|\
| * write Libs.private to .pc files only in static buildsOswald Buddenhagen2017-04-111-12/+12
* | Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-3/+4
|/
* don't pass qmake configure arguments to sub-projectsOswald Buddenhagen2017-01-061-5/+10
* qmake: fix execution of depend_command in directories with funny namesOswald Buddenhagen2016-11-301-1/+1
* qmake: fix file name treatment in emission of extra targetsOswald Buddenhagen2016-11-151-3/+3
* fix argument order in recursive qmake invocationsOswald Buddenhagen2016-08-251-6/+6
* Don't hold MakefileGenerator::Compiler in QListMarc Mutz2016-08-161-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-2/+2
| |\
| | * qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-06-161-2/+2
* | | add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-05-241-5/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-3/+11
|\|
| * add some missing filename expandos to extra compilersOswald Buddenhagen2016-05-021-1/+9
| * ensure that QMAKE_FILE_{IN,OUT}_BASE are quotedOswald Buddenhagen2016-05-021-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-7/+6
|\|
| * remove redundant namespace qualificationOswald Buddenhagen2016-02-051-2/+1
| * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-041-5/+5
* | qmake: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-011-4/+14
* | qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-01-281-1/+1
* | qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-01-281-4/+4
* | qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-281-6/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
|\|
| * Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | MakefileGenerator: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-121-6/+8
|/
* fix bogus complaints about prl targets without extension in bundlesOswald Buddenhagen2015-10-141-1/+2
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-091-4/+27
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-1/+2
|\
| * qmake: Fix 'Libs:' line in .pc files on OS XMartin Afanasjew2015-09-281-1/+2
* | merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-021-0/+16
* | rewrite windows library handlingOswald Buddenhagen2015-10-021-5/+4
* | make .prl processing less convolutedOswald Buddenhagen2015-10-021-51/+43