summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32
Commit message (Expand)AuthorAgeFilesLines
* fix DLL manifest resource ids for debug buildsJoerg Bornemann2012-12-181-2/+3
* fix duplicate TRANSLATION entry in generated RC fileJoerg Bornemann2012-12-171-4/+0
* qmake: fix manifest embedding for DLLsJoerg Bornemann2012-12-111-1/+3
* support include paths for the Windows resource compilerJoerg Bornemann2012-12-103-5/+37
* qmake: fix extra compilers in vcxprojs for single config modeJoerg Bornemann2012-12-101-0/+10
* qmake: add ProductVersion to automatically generated resourceJoerg Bornemann2012-12-061-0/+1
* MSVC: don't use the variable name LINK in generated makefilesJoerg Bornemann2012-12-063-4/+4
* Remove duplicate libraries added via prl files in WindowsMiikka Heikkinen2012-11-301-0/+17
* MinGW: Don't add version number '0' to the library nameKai Koehne2012-11-191-1/+1
* Make it possible to suppress the automatic version number in DLLsThiago Macieira2012-11-061-1/+2
* 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
* Fail when Windows CE SDK not foundAndreas Holzammer2012-09-271-0/+11
* 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-2216-386/+386
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-215-25/+25
* 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
* compile without CamelCase headersOswald Buddenhagen2012-09-112-5/+5
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-3/+3
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-101-0/+7
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-078-250/+265
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-051-1/+1
* remove handling of QMAKE_FILETAGSOswald Buddenhagen2012-09-032-19/+0
* remove unnecessary QMAKESPEC fallback codeOswald Buddenhagen2012-09-031-5/+0
* fix assignment of MSVCPROJ_TARGETOswald Buddenhagen2012-09-031-4/+1
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-283-10/+10
* remove dead variable assignmentsOswald Buddenhagen2012-08-281-1/+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
* unbreak "aux" template for mingw & msvcOswald Buddenhagen2012-08-172-13/+2
* qmake: support incremental linking when embedding manifestsJoerg Bornemann2012-08-162-5/+72
* qmake vcxproj generator: map TARGET_EXT to $(TargetExt)Joerg Bornemann2012-08-073-2/+12
* qmake: un-copy-and-pastify vcxproj generator a bitJoerg Bornemann2012-08-072-60/+70
* Add the filters for extra compilers for vcxproj filesAndy Shaw2012-08-071-0/+8
* Remove references to Borland and bmakeAndy Shaw2012-08-015-255/+4
* run processPrlFiles() over QMAKE_LIBS_PRIVATE as wellOswald Buddenhagen2012-07-311-1/+1
* make the windows prl processing more like the unix variantOswald Buddenhagen2012-07-311-21/+12
* remove apparently useless codeOswald Buddenhagen2012-07-311-6/+1
* merge QMAKE_LIBDIR into QMAKE_LIBS earlyOswald Buddenhagen2012-07-277-74/+25
* unifiy initialization of QMAKE_LIBS{,_PRIVATE} among windows generatorsOswald Buddenhagen2012-07-274-9/+3
* clean up fixTargetExt()Oswald Buddenhagen2012-07-273-10/+4
* de-virtualize some more functionsOswald Buddenhagen2012-07-271-3/+3
* remove support for rvct_linker config from MinGW generator againOswald Buddenhagen2012-07-241-11/+3