aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/qmakeglobals.h
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Enhance remote parsinghjk2023-01-101-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProParser: Prefix mkspecs with remote rootshjk2022-12-131-0/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-3/+3
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+2
* Don't kill the QProcess instance which is running in other threadJarek Kobus2021-10-061-2/+1
* Qmake: Prevent unresponsive processes from hanging Qt CreatorChristian Kandeler2021-01-051-0/+4
* QmakeProjectManager: Make "system" execution opt-inChristian Kandeler2020-10-161-0/+1
* qmake: add a bunch of complementary options to -afterOswald Buddenhagen2018-03-141-5/+8
* qmake: don't pass qmake configure arguments to sub-projectsOswald Buddenhagen2018-03-141-1/+1
* qmake: introduce reload_properties() functionOswald Buddenhagen2018-03-141-0/+1
* de-duplicate qmake property parsing codeOswald Buddenhagen2017-01-241-0/+1
* BaseQtVersion: use QMakeEvaluator's native format for m_versionInfoOswald Buddenhagen2017-01-241-1/+0
* introduce a new way to pass arbitrary arguments to the project fileOswald Buddenhagen2016-08-021-1/+1
* QMake: Add option to set qt.conf fileDavid Schulz2016-08-021-0/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* add enabler for qmake evaluator testOswald Buddenhagen2015-10-281-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* support a cache that is really just a cacheOswald Buddenhagen2013-11-151-1/+2
* qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2013-10-291-0/+1
* make setting a bad $$[QMAKEFEATURES] not crash qmakeOswald Buddenhagen2013-10-291-0/+1
* don't flush qmake command line twiceOswald Buddenhagen2013-02-061-0/+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
* | 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/+1
* | compile without CamelCase headersOswald Buddenhagen2012-09-031-5/+5
* | make use of real environment a separate optionOswald Buddenhagen2012-09-031-1/+1
* | move sysroot out of QMakeGlobalsOswald Buddenhagen2012-09-031-1/+0
* | add dynamic property mode for qmakeOswald Buddenhagen2012-09-031-3/+16
* | setup {,x}qmakespec from environment as fallbackOswald Buddenhagen2012-09-031-0/+1
* | add tracing facilities to evaluatorOswald Buddenhagen2012-09-031-0/+4
* | make command line parser grok more optionsOswald Buddenhagen2012-09-031-3/+5
* | revamp command line argument parsingOswald Buddenhagen2012-09-031-3/+14
|/
* introduce ProKey classOswald Buddenhagen2012-08-061-2/+2
* add $$shadowed() functionOswald Buddenhagen2012-08-011-0/+3
* add support for option(host_build)Oswald Buddenhagen2012-08-011-1/+12
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* make $$QMAKE_QMAKE available to projectsOswald Buddenhagen2012-07-091-1/+2
* make qmake property map ProString-basedOswald Buddenhagen2012-07-091-1/+4
* do .qmake.cache search per sub-projectOswald Buddenhagen2012-07-091-8/+21
* add groundwork for supporting -t and -tp qmake optionsOswald Buddenhagen2012-07-041-0/+1
* revamp target mode handlingOswald Buddenhagen2012-07-041-3/+0