summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/mingw_make.cpp
Commit message (Expand)AuthorAgeFilesLines
* merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-021-77/+12
* rewrite windows library handlingOswald Buddenhagen2015-10-021-16/+25
* merge processPrlFiles() into findLibraries()Oswald Buddenhagen2015-10-021-6/+34
* remove QMAKE_<lib>_SUFFIX supportOswald Buddenhagen2015-10-011-2/+0
* remove link_highest_lib_version misfeatureOswald Buddenhagen2015-10-011-1/+1
* unify handling of library prefixes and extensionsOswald Buddenhagen2015-10-011-7/+1
* remove support for {rvct,arm,ti}_linkerOswald Buddenhagen2015-10-011-40/+8
* Introduce qmake RC_DEFINES for RC preprocessor definesM. Moellney2015-06-021-1/+6
* centralize setup of shell-related variables in spec_post.prfOswald Buddenhagen2015-03-061-10/+0
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-3/+3
* fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-171-25/+31
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* remove dead variablesOswald Buddenhagen2015-02-021-2/+0
* prune vestiges of IMAGES and QMAKE_IMAGE_COLLECTIONOswald Buddenhagen2015-02-021-4/+1
* remove weird qt_dll hackOswald Buddenhagen2015-02-021-4/+0
* remove pointless double initialization guardsOswald Buddenhagen2015-02-021-5/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-9/+1
|\
| * centralize/unify/sanitize INCLUDEPATH "enrichment"Oswald Buddenhagen2015-01-111-7/+1
| * remove pointless pwd fallbacksOswald Buddenhagen2015-01-111-2/+0
* | Handling of qmake variable defining the manifest file on MinGWEric Lemanissier2014-12-091-0/+5
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for using -isystem in qmakeThiago Macieira2014-01-201-1/+7
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-26/+26
* de-duplicate code for writing dummy makefilesOswald Buddenhagen2013-08-271-7/+1
* merge string literalsOswald Buddenhagen2013-07-041-16/+16
* Introduce QMAKE_CC_O_FLAGLaszlo Papp2013-03-251-4/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* introduce QMAKE_LINK_O_FLAGOswald Buddenhagen2013-03-021-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* support include paths for the Windows resource compilerJoerg Bornemann2012-12-101-4/+13
* MSVC: don't use the variable name LINK in generated makefilesJoerg Bornemann2012-12-061-2/+2
* MinGW: Don't add version number '0' to the library nameKai Koehne2012-11-191-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-1/+1
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-101-0/+7
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-071-31/+35
* micro-optimize: use POD-initializable lists of variable namesOswald Buddenhagen2012-08-281-2/+2
* remove dead variable assignmentsOswald Buddenhagen2012-08-281-1/+0
* unbreak "aux" template for mingw & msvcOswald Buddenhagen2012-08-171-7/+1
* Remove references to Borland and bmakeAndy Shaw2012-08-011-2/+1
* merge QMAKE_LIBDIR into QMAKE_LIBS earlyOswald Buddenhagen2012-07-271-22/+4
* unifiy initialization of QMAKE_LIBS{,_PRIVATE} among windows generatorsOswald Buddenhagen2012-07-271-4/+0
* clean up fixTargetExt()Oswald Buddenhagen2012-07-271-8/+3
* remove support for rvct_linker config from MinGW generator againOswald Buddenhagen2012-07-241-11/+3
* dispose of MSVCPROJ_LIBSOswald Buddenhagen2012-07-241-7/+4
* don't use a different de-duplication algo for the library list in mingw prl f...Oswald Buddenhagen2012-07-051-16/+0
* dispose of Option::shellPathOswald Buddenhagen2012-06-271-1/+1
* assume windows shell iff dir separator is backslashOswald Buddenhagen2012-06-271-9/+0
* const correctness for values() callsOswald Buddenhagen2012-06-271-5/+5
* Fix build all failed for 'TEMPLATE = aux'Yuchen Deng2012-04-021-0/+1