summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove build machine path that was baked into the qmake binaryJoerg Bornemann2023-12-131-4/+4
* qmake: Fix infinite make loop if RESOURCES contains nonexistent .qrcJoerg Bornemann2023-04-171-7/+16
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-181-1/+1
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-11/+11
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-27/+27
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-27/+2
* qmake: Use qVersion for version reporting instead of QT_VERSION_STRAlexandru Croitor2022-05-061-1/+1
* qmake: Suppress built-in suffixes for makeOrgad Shaneh2022-03-311-0/+9
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* qmake: Fix overlong command lines for static Qt builds on WindowsJoerg Bornemann2022-02-211-1/+43
* qmake: Print error and exit if a response file cannot be createdJoerg Bornemann2022-01-081-2/+8
* qmake/MinGW: Fix linking target name with whitespaceJoerg Bornemann2022-01-081-1/+1
* qmake/xcode: Do not create OBJECTS_DIRJoerg Bornemann2021-09-101-0/+15
* qmake: Introduce compile_included_sources CONFIG optionJoerg Bornemann2021-02-081-0/+9
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-3/+1
* Add new way to mess up projects with QMAKE_INSTALL_REPLACEMichal Klocek2020-11-091-4/+13
* Minor refactor of installMetaFileMichal Klocek2020-11-091-17/+23
* Use QList instead of QVector in qmakeJarek Kobus2020-09-051-4/+4
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-131-1/+0
* MinGW: Use a response file for long include pathsOrgad Shaneh2020-07-061-2/+5
* Makefile: Deduplicate logic for response file nameOrgad Shaneh2020-07-061-19/+25
* QMake: fixup a mistake when porting to QREGiuseppe D'Angelo2020-07-061-1/+1
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-051-10/+10
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-2/+1
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-0/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-051-20/+22
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-051-3/+3
* QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Purge the dep_cd_cmd parameter from callExtraCompilerDependCommandJoerg Bornemann2020-01-241-10/+6
* Fix mkdir warning for object_parallel_to_source projectsJoerg Bornemann2020-01-141-1/+1
* Fix dependency resolution for extra compilers in VS projectsJoerg Bornemann2020-01-071-1/+4
* Be able to create a response file for other generators tooAndy Shaw2019-11-061-0/+24
* Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-3/+7
|\
| * Ignore non-existent .ui file dependenciesJoerg Bornemann2019-09-181-0/+5
* | Remove dead QMakeSourceFileInfo caching feature from QMakeJoerg Bornemann2019-08-201-14/+0
* | Do not use QList<QMakeLocalFileName>Joerg Bornemann2019-08-121-3/+3
* | Warn about conflicting DESTDIR/TARGET combination in debug_and_releaseJoerg Bornemann2019-08-091-0/+9
* | Remove special handling of DLLDESTDIR on WindowsJoerg Bornemann2019-08-031-8/+2
* | Remove QMake's -createstub optionJoerg Bornemann2019-08-031-15/+0
* | Rename MakefileGenerator::build_args() to ...::fullBuildArgs()Joerg Bornemann2019-07-311-4/+4
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-3/+3
| |\
| | * qmake: fix variable naming conflicts with C++20 keywordYulong Bai2019-07-191-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-0/+8
|\| |
| * | CMake: Fix handling of static dependencies that have spaces in pathAlexandru Croitor2019-07-051-0/+8
* | | Do not ignore exit codes when installing meta filesJoerg Bornemann2019-07-011-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-44/+58
|\| |