summaryrefslogtreecommitdiffstats
path: root/qmake/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-11-301-23/+24
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* look for makespec in the build dir firstOswald Buddenhagen2011-04-121-3/+3
* useful location reporting for errors from QMAKE_SUBSTITUTESOswald Buddenhagen2011-04-121-0/+14
* prefix TEMPLATE_PREFIX to TEMPLATE even if it is "default-constructed"Oswald Buddenhagen2011-04-121-7/+7
* remove redundand validateModes() callOswald Buddenhagen2011-03-211-1/+0
* complain about unmatched quotes/parensOswald Buddenhagen2011-02-031-1/+12
* use const refOswald Buddenhagen2011-02-031-1/+1
* move multiple inclusion check for feature files to correct locationOswald Buddenhagen2011-02-031-3/+3
* make sure Option::dir_sep is initialized in timeOswald Buddenhagen2011-01-171-0/+2
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* fix path separator matchingOswald Buddenhagen2010-12-101-2/+2
* fix misleading uppercasing deprecation warningOswald Buddenhagen2010-12-031-3/+2
* Fixed namespace issues related to epocroot.cppMiikka Heikkinen2010-11-191-2/+2
* Make qmake to pass all UTF-8 characters unchanged through parser.Miikka Heikkinen2010-11-081-1/+17
* Fixed many spelling errors.Rohan McGovern2010-10-251-2/+2
* don't remove the path from the name of included filesOswald Buddenhagen2010-06-231-1/+0
* add some commentsOswald Buddenhagen2010-06-231-2/+2
* remove support for QMAKE_POST_INCLUDE_FILESOswald Buddenhagen2010-06-231-10/+0
* fix prompt() stdin safety checkOswald Buddenhagen2010-06-231-1/+1
* complain about unescaped backslashesOswald Buddenhagen2010-05-261-0/+6
* clarify wording of warning messageOswald Buddenhagen2010-05-201-1/+1
* close scope while inside assignment only if the last char is a closing braceOswald Buddenhagen2010-05-201-1/+1
* unify QMAKE_QMAKE path separator fixingOswald Buddenhagen2010-05-201-7/+6
* bye bye QMakeProjectEnvOswald Buddenhagen2010-04-301-41/+5
* short-cut evaluation inside if() testsOswald Buddenhagen2010-04-301-6/+3
* eliminate special splitting of INCLUDEPATH and DEPENDPATHOswald Buddenhagen2010-04-301-5/+3
* do not env-expand cache file pathOswald Buddenhagen2010-04-301-1/+1
* warn about usage of deprecated variablesOswald Buddenhagen2010-04-301-0/+5
* warn about using non-lowercased replace $$function()sOswald Buddenhagen2010-04-301-1/+5
* make QMakeProject::isEmpty() consider legacy mappingsOswald Buddenhagen2010-04-301-0/+6
* fix $$size() not using function-scoped variablesOswald Buddenhagen2010-04-301-2/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-181-4/+1
|\
| * do not expand variables in read()'s file nameOswald Buddenhagen2010-04-161-2/+1
| * remove ability to use break() a block outside any loopOswald Buddenhagen2010-04-161-2/+0
* | Fix option(recursive)Miikka Heikkinen2010-04-151-1/+1
|/
* fix cetest build properlyJoerg Bornemann2010-04-121-2/+0
* Added variable QMAKE_TARGET.arch to qmake to be used with MSVC++Zeno Albisser2010-04-061-0/+15
* cetest build fixJoerg Bornemann2010-03-251-0/+2
* make the fallback value of QMAKE_QMAKE absoluteOswald Buddenhagen2010-03-031-1/+2
* make the value of QMAKE_QMAKE somewhat less magicOswald Buddenhagen2010-03-021-1/+0
* give symbian an own platform modeOswald Buddenhagen2010-02-261-85/+14
* decouple host platform mode from target platform modeOswald Buddenhagen2010-02-261-0/+45
* make QMAKE_QMAKE and QMAKE_EXT_OBJ magic builtinsOswald Buddenhagen2010-02-261-9/+13
* use QDir::separator() instead of Option::dir_sep where appropriateOswald Buddenhagen2010-02-261-1/+1
* sanitize evaluation of OS scopesOswald Buddenhagen2010-02-261-13/+14
* instead of hard-coding recursion for symbian, add it to the specsOswald Buddenhagen2010-02-261-4/+0
* add possibility to request project recursion from within a pro fileOswald Buddenhagen2010-02-261-2/+19
* Factored epocRoot implementation out of qmakeGareth Stockwell2010-02-231-2/+3
* Revert "Factored epocRoot implementation out of qmake"Thiago Macieira2010-02-211-3/+2