summaryrefslogtreecommitdiffstats
path: root/qmake/option.cpp
Commit message (Expand)AuthorAgeFilesLines
* add enablers for printing project errors in cumulative modeOswald Buddenhagen2015-12-211-1/+2
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-091-0/+4
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-021-4/+4
* avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-021-1/+1
* complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-021-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* don't make relative paths if we don't know the top-level build dirOswald Buddenhagen2014-04-161-1/+1
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-041-5/+4
* qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2013-10-241-2/+1
* Merge branch 'stable' into devSergio Ahumada2013-09-131-1/+2
|\
| * fix finding qmake.exe when called on the command line as ... qmake.exeOswald Buddenhagen2013-09-091-1/+2
* | implement simple VFS to support caching during project parsingOswald Buddenhagen2013-08-071-0/+1
|/
* make sure qmake finds itself in CWD on windowsOswald Buddenhagen2013-04-261-0/+1
* remove unused member Option::application_argv0Joerg Bornemann2013-03-011-3/+0
* don't flush qmake command line twiceOswald Buddenhagen2013-02-011-6/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* qmake: Change copyright information from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-131-16/+1
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-163/+132
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-071-15/+15
* remove pretenses of supporting projects on stdinOswald Buddenhagen2012-09-051-2/+1
* Remove automatic drive letter lowercasing from Option::fixString()v5.0.0-beta1Miikka Heikkinen2012-08-281-3/+0
* revamp preparation of command line for qmake calls in makefilesOswald Buddenhagen2012-08-141-7/+13
* make command line parser use qt containersOswald Buddenhagen2012-08-141-53/+43
* take parsing of qmake mode out of parseCommandLine()Oswald Buddenhagen2012-08-141-26/+24
* remove rather pointless parameter from parseCommandLine()Oswald Buddenhagen2012-08-141-3/+4
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-281-1/+0
* move cachefile_depth calculation out of project evaluatorOswald Buddenhagen2012-06-271-0/+5
* remove possibility to request project recursion from within a pro file againOswald Buddenhagen2012-06-271-4/+4
* dispose of Option::host_modeOswald Buddenhagen2012-06-271-19/+4
* dispose of Option::shellPathOswald Buddenhagen2012-06-271-2/+0
* repurpose deprecated -E switchOswald Buddenhagen2012-06-271-1/+0
* don't overuse variables()Oswald Buddenhagen2012-06-271-4/+4
* make a bunch of invariant variables non-magicOswald Buddenhagen2012-06-271-0/+8
* move initialization of numerous variables to spec_pre.prfOswald Buddenhagen2012-06-271-73/+14
* remove QMAKE_EXT_H_MOC and QMAKE_CPP_MOD_MOC from OptionOswald Buddenhagen2012-06-271-8/+0
* purge QMAKE_MOD_SYSTEM_ENV from Option & co.Oswald Buddenhagen2012-06-271-4/+0
* don't read QMAKE_DIRLIST_SEP back into Option::dirlist_sepOswald Buddenhagen2012-06-271-2/+0
* don't make prf_ext overridableOswald Buddenhagen2012-06-271-4/+0
* revamp handling of qmake target modeOswald Buddenhagen2012-06-271-9/+0
* purge the integrity target modeOswald Buddenhagen2012-06-271-2/+0
* don't let the make spec determine the host mode any moreOswald Buddenhagen2012-06-271-16/+15
* repurpose -unix/-macx/-win32 optionsOswald Buddenhagen2012-06-271-10/+0
* fix somewhat common edge case in $$shadowed()Oswald Buddenhagen2012-06-261-2/+2
* remove some symbian cruftOswald Buddenhagen2012-06-191-2/+0
* remove last traces of js supportOswald Buddenhagen2012-06-191-2/+0