summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* QtBase tools: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Unify QLibraryInfo settingsAlexey Edelev2021-03-171-0/+3
* Add support for various output formats for QMakePropertyAlexey Edelev2021-03-121-4/+12
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Make "qmake -qtconf my-qt.conf -install ..." possibleJoerg Bornemann2020-10-231-0/+2
* qmake: Make use of QHash deterministicKai Koehne2020-09-191-1/+3
* Use QList instead of QVector in qmakeJarek Kobus2020-09-051-1/+1
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-131-1/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-051-5/+5
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Fix qmake's sed functionality for input containing CR+LF newlinesAlessandro Portale2019-12-051-1/+1
* | Fix developer build with -WerrorSimon Hausmann2019-10-151-0/+2
|/
* Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-151-6/+36
* Let QINSTALL copy hidden files when installing directoriesJoerg Bornemann2019-04-091-1/+1
* Let "qmake -install qinstall" set default permissions 0644 and 0755Joerg Bornemann2019-04-081-20/+18
* Revert "Let "qmake -install qinstall" set default permissions 0644 and 0755"Jani Heikkinen2019-04-041-10/+16
* Let "qmake -install qinstall" set default permissions 0644 and 0755Joerg Bornemann2019-03-311-16/+10
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-081-1/+1
* qmake: Harden logic for handling the -o optionTor Arne Vestbø2018-07-311-20/+14
* Win: Handle installation of read-only target files correctlyAndy Shaw2017-09-131-4/+19
* Simplify built-in qmake install commandSimon Hausmann2017-05-041-14/+15
* Preserve last modification timestamps of installed directoriesSimon Hausmann2017-05-021-0/+46
* Fix make install to be deterministicSimon Hausmann2017-04-281-8/+2
* Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-131-1/+14
* Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-1/+56
* moc: get the system #defines from the compiler itselfThiago Macieira2016-07-201-0/+38
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+1
|\
| * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-041-1/+1
* | qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-2/+2
|\|
| * QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-211-2/+2
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* fix installing unix dll symlinks on windows hostsOswald Buddenhagen2015-06-011-0/+71
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Ensure that there is no duplication of the output directory in outputAndy Shaw2014-06-061-1/+3
* support s///i option in built-in sedOswald Buddenhagen2013-12-041-2/+7
* fix handling of \\ in replacement string in s/// cmd of built-in sedOswald Buddenhagen2013-11-231-0/+1
* fix handling of | in s/// commands of built-in sedOswald Buddenhagen2013-11-231-1/+1
* make sure that installed meta files are always postprocessedOswald Buddenhagen2013-10-111-0/+128
* implement simple VFS to support caching during project parsingOswald Buddenhagen2013-08-071-1/+3
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-9/+2
|\
| * do not append a trailing slash to output directoryOswald Buddenhagen2013-03-121-9/+2
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-0/+5
|\ \ | |/ |/|
| * qmake: Don't treat .xcodeproj directories as OUT_PWD when passed with -oTor Arne Vestbø2013-02-261-0/+5
* | remove some cryptic code relating to output directoriesOswald Buddenhagen2013-03-071-1/+1
|/