aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/qmakeglobals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Qmake: Enhance remote parsinghjk2023-01-101-19/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* plugins: Remove foreach usageArtem Sokolovskii2022-12-201-1/+1
* ProParser: Prefix mkspecs with remote rootshjk2022-12-131-0/+14
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Don't kill the QProcess instance which is running in other threadJarek Kobus2021-10-061-4/+0
* Qmake: Prevent unresponsive processes from hanging Qt CreatorChristian Kandeler2021-01-051-0/+11
* ProParser: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-221-1/+0
* Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-191-1/+1
* Windows: Match the name case of included filesAlessandro Portale2018-07-121-1/+1
* qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-03-141-7/+8
* qmake: add a bunch of complementary options to -afterOswald Buddenhagen2018-03-141-17/+16
* qmake: don't pass qmake configure arguments to sub-projectsOswald Buddenhagen2018-03-141-1/+1
* fix usage of qt deployment pathsOswald Buddenhagen2017-01-261-1/+3
* fix fallbacks in external property parsing, take 2Oswald Buddenhagen2017-01-251-3/+5
* de-duplicate fallback paths in external qmake property parsingOswald Buddenhagen2017-01-241-7/+5
* fix fallbacks in external property parsingOswald Buddenhagen2017-01-241-6/+13
* external qmake property parsing: ensure that QT_HOST_LIBS has a fallbackOswald Buddenhagen2017-01-241-0/+1
* simplify the qt4 fallback in the external property parsingOswald Buddenhagen2017-01-241-10/+10
* de-duplicate qmake property parsing codeOswald Buddenhagen2017-01-241-2/+9
* BaseQtVersion: use QMakeEvaluator's native format for m_versionInfoOswald Buddenhagen2017-01-241-7/+0
* introduce a new way to pass arbitrary arguments to the project fileOswald Buddenhagen2016-08-021-0/+11
* qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-08-021-2/+2
* qmake: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-08-021-1/+2
* QMake: Add option to set qt.conf fileDavid Schulz2016-08-021-1/+6
* qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-08-021-1/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QmakeGlobals::expandEnvVars: Make saneDaniel Teske2014-09-181-24/+18
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-4/+4
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* make setting a bad $$[QMAKEFEATURES] not crash qmakeOswald Buddenhagen2013-10-291-10/+14
* don't crash if builddir is suffix of sourcedir (or vice-versa)Oswald Buddenhagen2013-08-261-1/+2
* introduce /src qmake property variantsOswald Buddenhagen2013-06-241-19/+32
* remove pointless initialization of qmakespecOswald Buddenhagen2013-05-171-1/+0
* fix bootstrapped buildOswald Buddenhagen2013-02-061-2/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-12/+11
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-091-2/+1
|\|
| * fetch all properties from qmakeOswald Buddenhagen2012-11-061-2/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | put core implementation of $$shadowed() into QMakeGlobalsOswald Buddenhagen2012-09-071-0/+12
* | compile without CamelCase headersOswald Buddenhagen2012-09-031-14/+14
* | make use of real environment a separate optionOswald Buddenhagen2012-09-031-4/+4
* | add dynamic property mode for qmakeOswald Buddenhagen2012-09-031-0/+2