summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/winmakefile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | qmake: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-011-1/+3
* | qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
|\|
| * Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Stop generating implicit suffix rules in MakefilesTor Arne Vestbø2015-10-091-11/+0
* merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-021-33/+54
* rewrite windows library handlingOswald Buddenhagen2015-10-021-49/+29
* merge processPrlFiles() into findLibraries()Oswald Buddenhagen2015-10-021-54/+27
* remove QMAKE_<lib>_SUFFIX supportOswald Buddenhagen2015-10-011-2/+0
* make /LIBPATH: deduplication code more like in the unix generatorOswald Buddenhagen2015-10-011-18/+13
* remove link_highest_lib_version misfeatureOswald Buddenhagen2015-10-011-22/+2
* remove magic patching up of libraries specified by file nameOswald Buddenhagen2015-10-011-34/+0
* unify handling of library prefixes and extensionsOswald Buddenhagen2015-10-011-11/+4
* remove overuse of trimmed()Oswald Buddenhagen2015-10-011-3/+3
* don't support arbitrary flags in LIBS on windowsOswald Buddenhagen2015-10-011-8/+5
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-4/+7
|\
| * don't process .prl files recursivelyOswald Buddenhagen2015-06-011-1/+1
| * fix incorrect path separators coming from installed .prl filesOswald Buddenhagen2015-06-011-2/+5
| * fix (un-)installation for TEMPLATE = auxOswald Buddenhagen2015-05-081-1/+1
* | Introduce qmake RC_DEFINES for RC preprocessor definesM. Moellney2015-06-021-5/+12
|/
* 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