summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* MinGW: Don't add version number '0' to the library nameKai Koehne2012-11-191-1/+1
* complain about empty $$TARGETOswald Buddenhagen2012-11-131-0/+3
* Make it possible to suppress the automatic version number in DLLsThiago Macieira2012-11-061-1/+2
* do not add DEPENDPATH to VPATHOswald Buddenhagen2012-11-021-1/+1
* 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
* 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-2233-790/+790
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-2110-58/+58
* 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-171-1/+2
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-133-3/+3
* compile without CamelCase headersOswald Buddenhagen2012-09-112-5/+5
* give location information for QMAKE_SUBSTITUTES conditionalsOswald Buddenhagen2012-09-111-2/+2
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-114-17/+19
* 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-0722-1098/+1274
* restore support for QMAKE_LIBDIR_FLAGSOswald Buddenhagen2012-09-051-5/+7
* remove pretenses of supporting projects on stdinOswald Buddenhagen2012-09-052-10/+5
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-054-4/+4
* remove handling of QMAKE_FILETAGSOswald Buddenhagen2012-09-033-26/+0
* remove unnecessary QMAKESPEC fallback codeOswald Buddenhagen2012-09-031-5/+0
* fix assignment of MSVCPROJ_TARGETOswald Buddenhagen2012-09-031-4/+1
* beautify string operationsOswald Buddenhagen2012-08-281-4/+3
* 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
* 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-142-46/+8
* support installs with target dirOswald Buddenhagen2012-08-081-8/+42