summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-44/+58
| |\|
| | * 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
* | | Do not "fixify" the content of extra compiler input variables twiceJoerg Bornemann2019-06-041-1/+0
* | | De-duplicate code for calling extra compiler depend_commandJoerg Bornemann2019-05-291-76/+53
* | | Do not ignore exit codes of install commandsJoerg Bornemann2019-05-231-5/+5
* | | Sequentialize install targets in debug_and_release buildsJoerg Bornemann2019-05-241-3/+36
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-14/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-14/+8
| |\|
| | * Use appropriate encoding rather than UTF-8 when reading from a pipeEdward Welbourne2019-05-241-14/+8
* | | Clean up class definitions of makefile generatorsJoerg Bornemann2019-05-161-7/+0
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+2
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-78/+78
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-1/+1
|\|
| * qmake: Remove dead codeKai Koehne2019-04-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-021-2/+2
|\|
| * Handle QMAKE_SUBSTITUTES input files as Latin 1Joerg Bornemann2019-02-281-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-2/+2
|\|
| * Inline expression to bypass compiler bugDmitry Sokolov2019-02-191-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+3
|\|
| * Make the Makefile a dependency of default targets for nmakeJoerg Bornemann2019-02-041-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-20/+32
|\|
| * Resolve macOS framework headers for extra compiler depend_commandJoerg Bornemann2019-01-151-0/+18
| * MakefileGenerator: deduplicate codeJoerg Bornemann2019-01-151-20/+14
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-0/+19
|\|
| * qmake: add QMAKE_EXPORTED_VARIABLESOswald Buddenhagen2019-01-051-0/+19
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-17/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-0/+2
|\|
| * qmake: Escape '=' in dependency paths for unix makeUlf Hermann2018-11-301-0/+2
* | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-7/+7
|/
* 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