summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_nmake.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-211-2/+2
* winrt: enable hardware buttons for Windows 10Maurice Kalinowski2016-01-141-0/+3
* Remove Wow6432Node versions of Visual Studio registry keysJoerg Bornemann2015-12-081-16/+6
* Stop generating implicit suffix rules in MakefilesTor Arne Vestbø2015-10-091-0/+2
* merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-021-2/+0
* inline NmakeMakefileGenerator::getPdbTarget()Oswald Buddenhagen2015-10-011-6/+1
* de-duplicate calculation of target baseOswald Buddenhagen2015-10-011-6/+7
* WinRT: Fix build for Windows 10Maurice Kalinowski2015-08-061-10/+15
* allow running msvc2013 mkspecs from msvc2015 shellJochen Seemann2015-06-221-0/+3
* WinRT: Add qmake support for Windows 10Maurice Kalinowski2015-05-261-3/+25
* Add QMake support for WEC2013 SDKsBjoern Breitmeyer2015-04-211-1/+1
* Fix qmake generating bizarre msvc /VERSION valuesM. Moellney2015-04-081-7/+11
* Remove MSVC created lib file for shared library in distclean targetJoni Poikelin2015-03-121-0/+1
* centralize setup of shell-related variables in spec_post.prfOswald Buddenhagen2015-03-061-10/+0
* remove pointless fixPathToTargetOS() callsOswald Buddenhagen2015-02-171-2/+1
* fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-171-27/+34
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* prune vestiges of IMAGES and QMAKE_IMAGE_COLLECTIONOswald Buddenhagen2015-02-021-4/+0
* remove pointless double initialization guardsOswald Buddenhagen2015-02-021-5/+1
* turn off nmake inference rule generation on detected conflictsJoerg Bornemann2015-01-281-6/+47
* use QSet<T> instead of QHash<T, void*>Joerg Bornemann2015-01-131-10/+10
* remove unsupported winrt mkspecsAndrew Knight2014-12-161-6/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-11/+18
|\
| * install pdb files also for static librariesOswald Buddenhagen2014-06-051-4/+1
| * Add build support for Windows Phone 8.1Andrew Knight2014-05-221-7/+17
* | qmake: use the manifest embedding feature of the MSVC linkerJoerg Bornemann2014-04-011-6/+22
|/
* Windows: Support .pdb file names with spaces.Sérgio Martins2014-03-141-2/+3
* fix Windows RT build in amd64 host shellJoerg Bornemann2014-02-251-1/+5
* qmake WinRT: Default to x86 for lib pathAndrew Knight2014-02-071-0/+2
* qmake: fix const correctnessJ-P Nurmi2013-12-101-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-7/+12
|\
| * make compiler use the project's pdb fileOswald Buddenhagen2013-12-031-3/+5
| * complete implementation of force_debug_infoOswald Buddenhagen2013-12-031-3/+5
| * install pdb files also for executablesOswald Buddenhagen2013-12-031-2/+2
| * make CONFIG+=no_dll affect pdb files as wellOswald Buddenhagen2013-12-031-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-7/+11
|\|
| * install pdb files for dlltargetOswald Buddenhagen2013-11-211-2/+4
| * shrink #ifdef'd sectionOswald Buddenhagen2013-11-041-4/+5
* | qmake: add the store library path on WinRTAndrew Knight2013-11-181-1/+2
* | qmake: Support MSVC2013 for WinRT buildsAndrew Knight2013-10-251-25/+41
|/
* Create clean makefiles for winrt buildsAndrew Knight2013-09-151-0/+93
* de-duplicate code for writing dummy makefilesOswald Buddenhagen2013-08-271-10/+1
* merge string literalsOswald Buddenhagen2013-07-041-11/+11
* qmake/nmake: do not remove NDEBUG from DEFINESJoerg Bornemann2013-04-091-1/+0
* Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-201-3/+6
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+5
| |\
| * | introduce QMAKE_LINK_O_FLAGOswald Buddenhagen2013-03-021-2/+5
* | | Initialize usePCH variableMontel Laurent2013-03-201-1/+1
| |/ |/|