summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* make error() abort the qmake run, not just the current fileOswald Buddenhagen2012-09-215-64/+108
* resolve only one level of symlinks, and only for the default specsOswald Buddenhagen2012-09-191-1/+6
* fold m_qmakespecFull back into m_qmakespecOswald Buddenhagen2012-09-193-10/+9
* fix non-bootstrapped $$system()'s line end conversions on windowsOswald Buddenhagen2012-09-181-3/+7
* don't allow overloading of built-in functionsOswald Buddenhagen2012-09-184-20/+35
* remove the entirely insane whitespace compressionOswald Buddenhagen2012-09-181-18/+2
* fix QMAKE_MANIFEST for shadow buildsOswald Buddenhagen2012-09-181-1/+3
* properly C-quote the manifest file name in the rc fileOswald Buddenhagen2012-09-181-1/+11
* rewrite *_manifest.rc unconditionallyOswald Buddenhagen2012-09-181-1/+1
* qmake: Include own header firstSergio Ahumada2012-09-172-2/+3
* remove support for non-lowercased $$eXpaNd() functionsOswald Buddenhagen2012-09-131-9/+0
* delete grossly outdate changelog fileOswald Buddenhagen2012-09-131-99/+0
* bump qmake versionOswald Buddenhagen2012-09-131-1/+1
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-136-24/+6
* don't pretend that break()/next()/return() are functionsOswald Buddenhagen2012-09-136-37/+77
* improve parse error recovery pathsOswald Buddenhagen2012-09-131-4/+7
* compile without CamelCase headersOswald Buddenhagen2012-09-112-5/+5
* give location information for QMAKE_SUBSTITUTES conditionalsOswald Buddenhagen2012-09-112-4/+4
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-1127-4102/+7252
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-101-0/+7
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-2/+2
* fix c string comparisonOswald Buddenhagen2012-09-071-1/+1
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-0736-1195/+1678
* restore support for QMAKE_LIBDIR_FLAGSOswald Buddenhagen2012-09-051-5/+7
* remove pretenses of supporting projects on stdinOswald Buddenhagen2012-09-056-28/+13
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-056-13/+10
* pre-initialize more invariant propertiesOswald Buddenhagen2012-09-051-6/+4
* remove QMAKE_MKSPECS property from qmake -query's viewOswald Buddenhagen2012-09-052-6/+3
* remove handling of QMAKE_FILETAGSOswald Buddenhagen2012-09-033-26/+0
* remove unnecessary QMAKESPEC fallback codeOswald Buddenhagen2012-09-031-5/+0
* remove pretenses of manual dependenciesOswald Buddenhagen2012-09-031-5/+5
* unbreak "make depend" for shadow buildsOswald Buddenhagen2012-09-031-6/+13
* unify c*flags in the hand-written makefiles somewhatOswald Buddenhagen2012-09-033-15/+17
* fix assignment of MSVCPROJ_TARGETOswald Buddenhagen2012-09-031-4/+1
* beautify string operationsOswald Buddenhagen2012-08-282-5/+4
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-2810-42/+42
* remove unused checkMultipleDefinition()Oswald Buddenhagen2012-08-282-24/+0
* remove dead variable assignmentsOswald Buddenhagen2012-08-284-5/+0
* Remove automatic drive letter lowercasing from Option::fixString()v5.0.0-beta1Miikka Heikkinen2012-08-281-3/+0
* qmake: fix manifest resource for non-trivial target namesJoerg Bornemann2012-08-231-1/+1
* qmake: fix embedding of generated manifests in debug modeJoerg Bornemann2012-08-221-5/+4
* qmake: fix generated rc file for embedding manifestsJoerg Bornemann2012-08-221-2/+2
* qmake: object_with_source feature removedJoerg Bornemann2012-08-171-6/+1
* unbreak "aux" template for mingw & msvcOswald Buddenhagen2012-08-172-13/+2
* beautify "aux" targetOswald Buddenhagen2012-08-171-8/+10
* qmake: support incremental linking when embedding manifestsJoerg Bornemann2012-08-162-5/+72
* revamp preparation of command line for qmake calls in makefilesOswald Buddenhagen2012-08-144-55/+22
* make command line parser use qt containersOswald Buddenhagen2012-08-142-54/+44
* take parsing of qmake mode out of parseCommandLine()Oswald Buddenhagen2012-08-141-26/+24