summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/winmakefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* centralize setup of shell-related variables in spec_post.prfOswald Buddenhagen2015-03-061-13/+0
* remove nonsensical path strippingOswald Buddenhagen2015-02-171-1/+1
* remove pointless fixPathToTargetOS() callsOswald Buddenhagen2015-02-171-3/+2
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-6/+6
* fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-171-67/+59
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* fix conditional nesting botch-up in RES_FILE constructionOswald Buddenhagen2015-02-051-6/+6
* don't resolve DESTDIR against source dir in RES_FILE constructionOswald Buddenhagen2015-02-051-1/+1
* don't fail to normalize RES_FILE for no apparent reasonOswald Buddenhagen2015-02-051-1/+1
* prune pointless INCLUDEPATH fixingOswald Buddenhagen2015-02-041-5/+0
* fix versioned lib lookup with normalized full pathsOswald Buddenhagen2015-02-041-1/+1
* remove bogus path fixingOswald Buddenhagen2015-02-021-4/+4
* values(foo).first() => first(foo)Oswald Buddenhagen2015-02-021-5/+5
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-4/+4
|\
| * centralize/unify/sanitize INCLUDEPATH "enrichment"Oswald Buddenhagen2015-01-111-2/+1
| * fix file separators in 'clean' targetsOswald Buddenhagen2015-01-091-2/+3
* | Handling of qmake variable defining the manifest file on MinGWEric Lemanissier2014-12-091-2/+16
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Correct the list of files included in "make dist"Thiago Macieira2014-07-301-1/+3
* in command line args, escape tabs as wellOswald Buddenhagen2014-04-071-1/+1
* qmake: Add DISTCLEAN_DEPS variableAndrew Knight2014-01-301-1/+1
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-21/+21
* make sure that installed meta files are always postprocessedOswald Buddenhagen2013-10-111-0/+2
* qmake: Centralize TARGET sanitization in default_post.prfTor Arne Vestbø2013-10-111-14/+0
* escape paths coming from prl filesOswald Buddenhagen2013-07-221-2/+8
* fix c-quoting of strings which contain quotesOswald Buddenhagen2013-07-221-1/+1
* merge string literalsOswald Buddenhagen2013-07-041-49/+49
* qmake/Win: disable "find highest lib version" feature by defaultJoerg Bornemann2013-03-261-1/+1
* qmake: fix library path on windows.David Schulz2013-03-131-1/+1
* adjust paths in installed prl files for mingwMark Brand2013-01-301-1/+1
* consolidate generation of metafile install targetsMark Brand2013-01-251-16/+1
* qmake: Don't let an empty $$VERSION cause a garbled version in .rc filesDebao Zhang2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* qmake: Add application icon support for windowsDebao Zhang2013-01-101-1/+20
* fix duplicate TRANSLATION entry in generated RC fileJoerg Bornemann2012-12-171-4/+0
* support include paths for the Windows resource compilerJoerg Bornemann2012-12-101-1/+13
* 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-061-1/+1
* Remove duplicate libraries added via prl files in WindowsMiikka Heikkinen2012-11-301-0/+17
* Make it possible to suppress the automatic version number in DLLsThiago Macieira2012-11-061-1/+2
* qmake: fix .pc install target dir separators on windowsJ-P Nurmi2012-10-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-211-6/+6
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-071-73/+71
* make QMakeMetaInfo a little less inefficient with libtool .la filesOswald Buddenhagen2012-09-051-1/+1
* remove handling of QMAKE_FILETAGSOswald Buddenhagen2012-09-031-18/+0
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-281-4/+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