summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* do not add DEPENDPATH to VPATHOswald Buddenhagen2012-11-021-1/+1
* rewrite default spec handlingOswald Buddenhagen2012-11-012-3/+13
* Fix qmake's pro file cache to interact correctly with write_fileSimon Hausmann2012-10-253-0/+9
* qmake ExtraCompilerTargets: deal with file name which contains spaceDebao Zhang2012-10-191-1/+1
* Remove addition of dependencies for static libraries.Stephen Kelly2012-10-161-7/+0
* qmake: fix reversed defines in vcxproj filesJoerg Bornemann2012-10-131-1/+1
* qmake: fix .pc install target dir separators on windowsJ-P Nurmi2012-10-101-1/+1
* Generate ';' separated libraries in prl files for CMake.Stephen Kelly2012-10-091-0/+7
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-081-1/+1
* Make sure the path is quoted in case it has spaces in itAndy Shaw2012-09-281-3/+5
* Fail when Windows CE SDK not foundAndreas Holzammer2012-09-271-0/+11
* Fix XCode generator for qmake in Qt 5 after recent changesAndy Shaw2012-09-272-30/+31
* Bring subproject dependencies in line with Makefile generatorsAndy Shaw2012-09-272-171/+204
* qmake: fix overescaped defines in vcxproj filesJoerg Bornemann2012-09-261-3/+19
* qmake: Fix gcc warning about anonymous type linkageKai Koehne2012-09-261-1/+1
* qmake: support for Visual Studio 2012 project files addedJoerg Bornemann2012-09-254-1/+34
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2257-1366/+1366
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-2112-61/+61
* qmake: add ProStringList::join(QChar)Marc Mutz2012-09-212-8/+20
* 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