summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmake: fix variable naming conflicts with C++20 keywordYulong Bai2019-07-191-3/+3
* qmake: CleanupKai Koehne2019-06-051-1/+1
* Make sure .pc, .prl and .la files are created for header_only modulesJoerg Bornemann2019-06-031-1/+2
* Do not write 'Libs:' into .pc files if TEMPLATE is not 'lib'Joerg Bornemann2019-06-031-36/+38
* Fix meta file replacements if matches are emptyJoerg Bornemann2019-06-031-4/+8
* Warn about invalid SUBDIRS contentJoerg Bornemann2019-05-281-2/+9
* Use appropriate encoding rather than UTF-8 when reading from a pipeEdward Welbourne2019-05-241-14/+8
* qmake: Remove dead codeKai Koehne2019-04-051-1/+1
* Handle QMAKE_SUBSTITUTES input files as Latin 1Joerg Bornemann2019-02-281-2/+2
* Inline expression to bypass compiler bugDmitry Sokolov2019-02-191-2/+2
* Make the Makefile a dependency of default targets for nmakeJoerg Bornemann2019-02-041-0/+3
* Resolve macOS framework headers for extra compiler depend_commandJoerg Bornemann2019-01-151-0/+18
* MakefileGenerator: deduplicate codeJoerg Bornemann2019-01-151-20/+14
* qmake: add QMAKE_EXPORTED_VARIABLESOswald Buddenhagen2019-01-051-0/+19
* qmake: fixify target paths of extra compilers more consistentlyOswald Buddenhagen2018-12-201-15/+19
* qmake: Add support for installing executable files without calling stripAndy Shaw2018-12-201-2/+3
* qmake: Escape '=' in dependency paths for unix makeUlf Hermann2018-11-301-0/+2
* qmake: fix .prl file generation for bundlesOswald Buddenhagen2018-11-071-2/+0
* qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE}Oswald Buddenhagen2018-10-121-3/+6
* qmake: nuke QMAKE_INTERNAL_PRL_LIBSOswald Buddenhagen2018-10-121-8/+2
* qmake: rework .prl filename constructionOswald Buddenhagen2018-08-301-12/+1
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-081-6/+6
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+9
|\
| * qmake: don't escape colons in dependency paths on windows, after allOswald Buddenhagen2018-08-021-0/+9
* | qmake: Harden logic for handling the -o optionTor Arne Vestbø2018-07-311-44/+21
* | qmake: Emit warning when regenerating Xcode project during buildTor Arne Vestbø2018-07-301-0/+3
* | qmake: don't drop non-existing files from .depend_command outputOswald Buddenhagen2018-07-251-4/+8
* | qmake: add line-based mode for .depend_commandsOswald Buddenhagen2018-07-231-5/+18
* | 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