summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-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
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-1/+10
* remove pretenses of supporting projects on stdinOswald Buddenhagen2012-09-051-2/+1
* Remove references to Borland and bmakeAndy Shaw2012-08-011-5/+0
* repurpose deprecated -E switchOswald Buddenhagen2012-06-271-2/+4
* add $$shadowed() functionOswald Buddenhagen2012-06-191-0/+2